Html Css Color HEX #CA0E33 Cardinal

📋 copy color: '#CA0E33'

red 202 ◦ green 14 ◦ blue 51

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

Shades of Cardinal #CA0E33

Tints of Cardinal #CA0E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 75.66%
G = 5.24%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA0E33 (or 0xCA0E33) is known color: Cardinal. HEX triplet: CA, 0E and 33. RGB value is (202,14,51). Sum of RGB (Red+Green+Blue) = 202+14+51=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E33 is #35F1CC. Grayscale: #4A4A4A. Windows color (decimal): -3535309 or 3346122. OLE color: 3346122.

HSL color Cylindrical-coordinate representation of color #CA0E33: hue angle of 348.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E33 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 51 -
CMYK 0 0.93 0.75 0.21
HSL 348.19º 0.87% 0.42% -
HSV(B) 348.19º 0.93% 0.79% -
XYZ 25.11 13.11 4.34 -
YUV 74.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 202 14 51 0 0.93 0.75 0.21 348.19 0.87 0.42
Hex CA E 33 0 5D 4B 15 15C 57 2A
Octal 312 16 63 0 135 113 25 534 127 52
Binary 11001010 1110 110011 0 1011101 1001011 10101 101011100 1010111 101010

Color Harmonies of #CA0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E33

Black with #CA0E33

Text Example


Text Example

White with #CA0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E33; }

 p { color: rgb(202,14,51); }

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

background-color css

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

 a { background-color: rgb(202,14,51); }

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

border-color css

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

 span { border-color: rgb(202,14,51); }

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