Html Css Color HEX #CA0917 Venetian Red

📋 copy color: '#CA0917'

red 202 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #CA0917

Tints of Venetian Red #CA0917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 86.32%
G = 3.85%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0917 (or 0xCA0917) is known color: Venetian Red. HEX triplet: CA, 09 and 17. RGB value is (202,9,23). Sum of RGB (Red+Green+Blue) = 202+9+23=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0917 is #35F6E8. Grayscale: #444444. Windows color (decimal): -3536617 or 1509834. OLE color: 1509834.

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

Color convert

RGB 202 9 23 -
CMYK 0 0.96 0.89 0.21
HSL 355.65º 0.91% 0.41% -
HSV(B) 355.65º 0.96% 0.79% -
XYZ 24.61 12.81 1.99 -
YUV 68.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 202 9 23 0 0.96 0.89 0.21 355.65 0.91 0.41
Hex CA 9 17 0 60 59 15 164 5B 29
Octal 312 11 27 0 140 131 25 544 133 51
Binary 11001010 1001 10111 0 1100000 1011001 10101 101100100 1011011 101001

Color Harmonies of #CA0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0917

Black with #CA0917

Text Example


Text Example

White with #CA0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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