Html Css Color HEX #CA153B Cardinal

📋 copy color: '#CA153B'

red 202 ◦ green 21 ◦ blue 59

#CA153B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA153B

Tints of Cardinal #CA153B

RGB

 RED value IS 202 (79.3% from 255) = 71.63%

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 71.63%
G = 7.45%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA153B (or 0xCA153B) is known color: Cardinal. HEX triplet: CA, 15 and 3B. RGB value is (202,21,59). Sum of RGB (Red+Green+Blue) = 202+21+59=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA153B is #35EAC4. Grayscale: #4F4F4F. Windows color (decimal): -3533509 or 3872202. OLE color: 3872202.

HSL color Cylindrical-coordinate representation of color #CA153B: hue angle of 347.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA153B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 59 -
CMYK 0 0.90 0.71 0.21
HSL 347.4º 0.81% 0.44% -
HSV(B) 347.4º 0.9% 0.79% -
XYZ 25.41 13.41 5.39 -
YUV 79.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 202 21 59 0 0.90 0.71 0.21 347.4 0.81 0.44
Hex CA 15 3B 0 5A 47 15 15B 51 2C
Octal 312 25 73 0 132 107 25 533 121 54
Binary 11001010 10101 111011 0 1011010 1000111 10101 101011011 1010001 101100

Color Harmonies of #CA153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA153B

Black with #CA153B

Text Example


Text Example

White with #CA153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA153B; }

 p { color: rgb(202,21,59); }

 H1.HeaderClassName
 {
   color: #CA153B;
 }
 .AnyTagClassName
 {
   color: #CA153B;
 }
</style>

background-color css

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

 a { background-color: rgb(202,21,59); }

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

border-color css

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

 span { border-color: rgb(202,21,59); }

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