Html Css Color HEX #CA0A14 Venetian Red

📋 copy color: '#CA0A14'

red 202 ◦ green 10 ◦ blue 20

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

Shades of Venetian Red #CA0A14

Tints of Venetian Red #CA0A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 87.07%
G = 4.31%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA0A14 (or 0xCA0A14) is known color: Venetian Red. HEX triplet: CA, 0A and 14. RGB value is (202,10,20). Sum of RGB (Red+Green+Blue) = 202+10+20=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0A14 is #35F5EB. Grayscale: #444444. Windows color (decimal): -3536364 or 1313482. OLE color: 1313482.

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

Color convert

RGB 202 10 20 -
CMYK 0 0.95 0.90 0.21
HSL 356.88º 0.91% 0.42% -
HSV(B) 356.88º 0.95% 0.79% -
XYZ 24.59 12.82 1.84 -
YUV 68.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 202 10 20 0 0.95 0.90 0.21 356.88 0.91 0.42
Hex CA A 14 0 5F 5A 15 165 5B 2A
Octal 312 12 24 0 137 132 25 545 133 52
Binary 11001010 1010 10100 0 1011111 1011010 10101 101100101 1011011 101010

Color Harmonies of #CA0A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A14

Black with #CA0A14

Text Example


Text Example

White with #CA0A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A14; }

 p { color: rgb(202,10,20); }

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

background-color css

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

 a { background-color: rgb(202,10,20); }

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

border-color css

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

 span { border-color: rgb(202,10,20); }

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