#CA1F36

Color #CA1F36 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA1F36

Tints of Cardinal #CA1F36

Color information

#CA1F36 (or 0xCA1F36) is unknown color: approx Cardinal. HEX triplet: CA, 1F and 36. RGB value is (202,31,54). Sum of RGB (Red+Green+Blue) = 202+31+54=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F36 is #35E0C9. Grayscale: #545454. Windows color (decimal): -3530954 or 3547082. OLE color: 3547082.

HSL color Cylindrical-coordinate representation of color #CA1F36: hue angle of 351.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F36 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2023154-
CMYK00.850.730.21
HSL351.93º73.39%45.69%-
HSV(B)351.93º84.65%79.22%-
XYZ25.5113.84.81-
YUV84.75110.65211.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=70.38%
G=10.80%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202315400.850.730.21351.9373.3945.69
HexCA1F360554915160492e
Octal312376601251112554011156
Binary1100101011111110110010101011001001101011011000001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F36; }

 p { color: rgb(202,31,54); }

 H1.HeaderClassName
 {
   color: #CA1F36;
 }
 .AnyTagClassName
 {
   color: #CA1F36;
 }
</style>
background-color css

<style>
 a { background-color: #CA1F36; }

 a { background-color: rgb(202,31,54); }

 div.DivClassName
 {
   background-color: #CA1F36;
 }
 .BgClassName
 {
   background-color: #CA1F36;
 }
</style>
border-color css

<style>
 span { border-color: #CA1F36; }

 span { border-color: rgb(202,31,54); }

 td.TdClassName
 {
   border-color: #CA1F36;
 }
 .TagClassName
 {
   border-color: #CA1F36;
 }
</style>