Html Css Color HEX #CA0919 Venetian Red

📋 copy color: '#CA0919'

red 202 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #CA0919

Tints of Venetian Red #CA0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 85.59%
G = 3.81%
B = 10.59%

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

#CA0919 (or 0xCA0919) is known color: Venetian Red. HEX triplet: CA, 09 and 19. RGB value is (202,9,25). Sum of RGB (Red+Green+Blue) = 202+9+25=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0919 is #35F6E6. Grayscale: #444444. Windows color (decimal): -3536615 or 1640906. OLE color: 1640906.

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

Color convert

RGB 202 9 25 -
CMYK 0 0.96 0.88 0.21
HSL 355.03º 0.91% 0.41% -
HSV(B) 355.03º 0.96% 0.79% -
XYZ 24.63 12.82 2.1 -
YUV 68.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 202 9 25 0 0.96 0.88 0.21 355.03 0.91 0.41
Hex CA 9 19 0 60 58 15 163 5B 29
Octal 312 11 31 0 140 130 25 543 133 51
Binary 11001010 1001 11001 0 1100000 1011000 10101 101100011 1011011 101001

Color Harmonies of #CA0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0919

Black with #CA0919

Text Example


Text Example

White with #CA0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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