Html Css Color HEX #CA0824 Venetian Red

📋 copy color: '#CA0824'

red 202 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #CA0824

Tints of Venetian Red #CA0824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 82.11%
G = 3.25%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA0824 (or 0xCA0824) is known color: Venetian Red. HEX triplet: CA, 08 and 24. RGB value is (202,8,36). Sum of RGB (Red+Green+Blue) = 202+8+36=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0824 is #35F7DB. Grayscale: #454545. Windows color (decimal): -3536860 or 2361546. OLE color: 2361546.

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

Color convert

RGB 202 8 36 -
CMYK 0 0.96 0.82 0.21
HSL 351.34º 0.92% 0.41% -
HSV(B) 351.34º 0.96% 0.79% -
XYZ 24.76 12.86 2.85 -
YUV 69.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 202 8 36 0 0.96 0.82 0.21 351.34 0.92 0.41
Hex CA 8 24 0 60 52 15 15F 5C 29
Octal 312 10 44 0 140 122 25 537 134 51
Binary 11001010 1000 100100 0 1100000 1010010 10101 101011111 1011100 101001

Color Harmonies of #CA0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0824

Black with #CA0824

Text Example


Text Example

White with #CA0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0824; }

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

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

background-color css

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

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

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

border-color css

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

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

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