Html Css Color HEX #CA0811 Venetian Red

📋 copy color: '#CA0811'

red 202 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #CA0811

Tints of Venetian Red #CA0811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 88.99%
G = 3.52%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA0811 (or 0xCA0811) is known color: Venetian Red. HEX triplet: CA, 08 and 11. RGB value is (202,8,17). Sum of RGB (Red+Green+Blue) = 202+8+17=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0811 is #35F7EE. Grayscale: #434343. Windows color (decimal): -3536879 or 1116362. OLE color: 1116362.

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

Color convert

RGB 202 8 17 -
CMYK 0 0.96 0.92 0.21
HSL 357.22º 0.92% 0.41% -
HSV(B) 357.22º 0.96% 0.79% -
XYZ 24.55 12.77 1.7 -
YUV 67.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 202 8 17 0 0.96 0.92 0.21 357.22 0.92 0.41
Hex CA 8 11 0 60 5C 15 165 5C 29
Octal 312 10 21 0 140 134 25 545 134 51
Binary 11001010 1000 10001 0 1100000 1011100 10101 101100101 1011100 101001

Color Harmonies of #CA0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0811

Black with #CA0811

Text Example


Text Example

White with #CA0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0811; }

 p { color: rgb(202,8,17); }

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

background-color css

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

 a { background-color: rgb(202,8,17); }

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

border-color css

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

 span { border-color: rgb(202,8,17); }

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