Html Css Color HEX #CA0F34 Cardinal

📋 copy color: '#CA0F34'

red 202 ◦ green 15 ◦ blue 52

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

Shades of Cardinal #CA0F34

Tints of Cardinal #CA0F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 75.09%
G = 5.58%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA0F34 (or 0xCA0F34) is known color: Cardinal. HEX triplet: CA, 0F and 34. RGB value is (202,15,52). Sum of RGB (Red+Green+Blue) = 202+15+52=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F34 is #35F0CB. Grayscale: #4B4B4B. Windows color (decimal): -3535052 or 3411914. OLE color: 3411914.

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

Color convert

RGB 202 15 52 -
CMYK 0 0.93 0.74 0.21
HSL 348.13º 0.86% 0.43% -
HSV(B) 348.13º 0.93% 0.79% -
XYZ 25.15 13.15 4.46 -
YUV 75.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 202 15 52 0 0.93 0.74 0.21 348.13 0.86 0.43
Hex CA F 34 0 5D 4A 15 15C 56 2B
Octal 312 17 64 0 135 112 25 534 126 53
Binary 11001010 1111 110100 0 1011101 1001010 10101 101011100 1010110 101011

Color Harmonies of #CA0F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F34

Black with #CA0F34

Text Example


Text Example

White with #CA0F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F34; }

 p { color: rgb(202,15,52); }

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

background-color css

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

 a { background-color: rgb(202,15,52); }

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

border-color css

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

 span { border-color: rgb(202,15,52); }

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