Html Css Color HEX #CA0C0F Venetian Red

📋 copy color: '#CA0C0F'

red 202 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #CA0C0F

Tints of Venetian Red #CA0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 88.21%
G = 5.24%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA0C0F (or 0xCA0C0F) is known color: Venetian Red. HEX triplet: CA, 0C and 0F. RGB value is (202,12,15). Sum of RGB (Red+Green+Blue) = 202+12+15=229 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.21% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C0F is #35F3F0. Grayscale: #454545. Windows color (decimal): -3535857 or 986314. OLE color: 986314.

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

Color convert

RGB 202 12 15 -
CMYK 0 0.94 0.93 0.21
HSL 359.05º 0.89% 0.42% -
HSV(B) 359.05º 0.94% 0.79% -
XYZ 24.57 12.85 1.64 -
YUV 69.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 202 12 15 0 0.94 0.93 0.21 359.05 0.89 0.42
Hex CA C F 0 5E 5D 15 167 59 2A
Octal 312 14 17 0 136 135 25 547 131 52
Binary 11001010 1100 1111 0 1011110 1011101 10101 101100111 1011001 101010

Color Harmonies of #CA0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C0F

Black with #CA0C0F

Text Example


Text Example

White with #CA0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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