Html Css Color HEX #CA0029 Venetian Red

📋 copy color: '#CA0029'

red 202 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #CA0029

Tints of Venetian Red #CA0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 16.87%

R = 83.13%
G = 0%
B = 16.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA0029 (or 0xCA0029) is known color: Venetian Red. HEX triplet: CA, 00 and 29. RGB value is (202,0,41). Sum of RGB (Red+Green+Blue) = 202+0+41=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0029 is #35FFD6. Grayscale: #414141. Windows color (decimal): -3538903 or 2687178. OLE color: 2687178.

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

Color convert

RGB 202 0 41 -
CMYK 0 1 0.80 0.21
HSL 347.82º 1% 0.4% -
HSV(B) 347.82º 1% 0.79% -
XYZ 24.76 12.72 3.25 -
YUV 65.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 202 0 41 0 1 0.80 0.21 347.82 1 0.4
Hex CA 0 29 0 64 50 15 15C 64 28
Octal 312 0 51 0 144 120 25 534 144 50
Binary 11001010 0 101001 0 1100100 1010000 10101 101011100 1100100 101000

Color Harmonies of #CA0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0029

Black with #CA0029

Text Example


Text Example

White with #CA0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0029; }

 p { color: rgb(202,0,41); }

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

background-color css

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

 a { background-color: rgb(202,0,41); }

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

border-color css

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

 span { border-color: rgb(202,0,41); }

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