Html Css Color HEX #CA0913 Venetian Red

📋 copy color: '#CA0913'

red 202 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #CA0913

Tints of Venetian Red #CA0913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 87.83%
G = 3.91%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0913 (or 0xCA0913) is known color: Venetian Red. HEX triplet: CA, 09 and 13. RGB value is (202,9,19). Sum of RGB (Red+Green+Blue) = 202+9+19=230 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.83% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0913 is #35F6EC. Grayscale: #444444. Windows color (decimal): -3536621 or 1247690. OLE color: 1247690.

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

Color convert

RGB 202 9 19 -
CMYK 0 0.96 0.91 0.21
HSL 356.89º 0.91% 0.41% -
HSV(B) 356.89º 0.96% 0.79% -
XYZ 24.57 12.8 1.79 -
YUV 67.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 202 9 19 0 0.96 0.91 0.21 356.89 0.91 0.41
Hex CA 9 13 0 60 5B 15 165 5B 29
Octal 312 11 23 0 140 133 25 545 133 51
Binary 11001010 1001 10011 0 1100000 1011011 10101 101100101 1011011 101001

Color Harmonies of #CA0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0913

Black with #CA0913

Text Example


Text Example

White with #CA0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0913; }

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

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

background-color css

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

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

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

border-color css

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

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

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