Html Css Color HEX #CA0F35 Cardinal

📋 copy color: '#CA0F35'

red 202 ◦ green 15 ◦ blue 53

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

Shades of Cardinal #CA0F35

Tints of Cardinal #CA0F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 74.81%
G = 5.56%
B = 19.63%

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

#CA0F35 (or 0xCA0F35) is known color: Cardinal. HEX triplet: CA, 0F and 35. RGB value is (202,15,53). Sum of RGB (Red+Green+Blue) = 202+15+53=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F35 is #35F0CA. Grayscale: #4B4B4B. Windows color (decimal): -3535051 or 3477450. OLE color: 3477450.

HSL color Cylindrical-coordinate representation of color #CA0F35: hue angle of 347.81º 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 #CA0F35 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 53 -
CMYK 0 0.93 0.74 0.21
HSL 347.81º 0.86% 0.43% -
HSV(B) 347.81º 0.93% 0.79% -
XYZ 25.17 13.16 4.58 -
YUV 75.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 202 15 53 0 0.93 0.74 0.21 347.81 0.86 0.43
Hex CA F 35 0 5D 4A 15 15C 56 2B
Octal 312 17 65 0 135 112 25 534 126 53
Binary 11001010 1111 110101 0 1011101 1001010 10101 101011100 1010110 101011

Color Harmonies of #CA0F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F35

Black with #CA0F35

Text Example


Text Example

White with #CA0F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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