Html Css Color HEX #CA0818 Venetian Red

📋 copy color: '#CA0818'

red 202 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #CA0818

Tints of Venetian Red #CA0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 86.32%
G = 3.42%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0818 (or 0xCA0818) is known color: Venetian Red. HEX triplet: CA, 08 and 18. RGB value is (202,8,24). Sum of RGB (Red+Green+Blue) = 202+8+24=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0818 is #35F7E7. Grayscale: #434343. Windows color (decimal): -3536872 or 1575114. OLE color: 1575114.

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

Color convert

RGB 202 8 24 -
CMYK 0 0.96 0.88 0.21
HSL 355.05º 0.92% 0.41% -
HSV(B) 355.05º 0.96% 0.79% -
XYZ 24.61 12.8 2.04 -
YUV 67.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 202 8 24 0 0.96 0.88 0.21 355.05 0.92 0.41
Hex CA 8 18 0 60 58 15 163 5C 29
Octal 312 10 30 0 140 130 25 543 134 51
Binary 11001010 1000 11000 0 1100000 1011000 10101 101100011 1011100 101001

Color Harmonies of #CA0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0818

Black with #CA0818

Text Example


Text Example

White with #CA0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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