Html Css Color HEX #CA0409 Venetian Red

📋 copy color: '#CA0409'

red 202 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #CA0409

Tints of Venetian Red #CA0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 93.95%
G = 1.86%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA0409 (or 0xCA0409) is known color: Venetian Red. HEX triplet: CA, 04 and 09. RGB value is (202,4,9). Sum of RGB (Red+Green+Blue) = 202+4+9=215 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.95% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0409 is #35FBF6. Grayscale: #3F3F3F. Windows color (decimal): -3537911 or 591050. OLE color: 591050.

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

Color convert

RGB 202 4 9 -
CMYK 0 0.98 0.96 0.21
HSL 358.48º 0.96% 0.4% -
HSV(B) 358.48º 0.98% 0.79% -
XYZ 24.45 12.66 1.41 -
YUV 63.77 97.1 226.59 -
System Red Green Blue C M Y K H S L
Decimal 202 4 9 0 0.98 0.96 0.21 358.48 0.96 0.4
Hex CA 4 9 0 62 60 15 166 60 28
Octal 312 4 11 0 142 140 25 546 140 50
Binary 11001010 100 1001 0 1100010 1100000 10101 101100110 1100000 101000

Color Harmonies of #CA0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0409

Black with #CA0409

Text Example


Text Example

White with #CA0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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