Html Css Color HEX #CA0914 Venetian Red

📋 copy color: '#CA0914'

red 202 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #CA0914

Tints of Venetian Red #CA0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 87.45%
G = 3.9%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA0914 (or 0xCA0914) is known color: Venetian Red. HEX triplet: CA, 09 and 14. RGB value is (202,9,20). Sum of RGB (Red+Green+Blue) = 202+9+20=231 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.45% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0914 is #35F6EB. Grayscale: #444444. Windows color (decimal): -3536620 or 1313226. OLE color: 1313226.

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

Color convert

RGB 202 9 20 -
CMYK 0 0.96 0.90 0.21
HSL 356.58º 0.91% 0.41% -
HSV(B) 356.58º 0.96% 0.79% -
XYZ 24.58 12.8 1.84 -
YUV 67.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 202 9 20 0 0.96 0.90 0.21 356.58 0.91 0.41
Hex CA 9 14 0 60 5A 15 165 5B 29
Octal 312 11 24 0 140 132 25 545 133 51
Binary 11001010 1001 10100 0 1100000 1011010 10101 101100101 1011011 101001

Color Harmonies of #CA0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0914

Black with #CA0914

Text Example


Text Example

White with #CA0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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