Html Css Color HEX #CA0722 Venetian Red

📋 copy color: '#CA0722'

red 202 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #CA0722

Tints of Venetian Red #CA0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 83.13%
G = 2.88%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0722 (or 0xCA0722) is known color: Venetian Red. HEX triplet: CA, 07 and 22. RGB value is (202,7,34). Sum of RGB (Red+Green+Blue) = 202+7+34=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0722 is #35F8DD. Grayscale: #444444. Windows color (decimal): -3537118 or 2230218. OLE color: 2230218.

HSL color Cylindrical-coordinate representation of color #CA0722: hue angle of 351.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0722 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 34 -
CMYK 0 0.97 0.83 0.21
HSL 351.69º 0.93% 0.41% -
HSV(B) 351.69º 0.97% 0.79% -
XYZ 24.72 12.82 2.69 -
YUV 68.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 202 7 34 0 0.97 0.83 0.21 351.69 0.93 0.41
Hex CA 7 22 0 61 53 15 160 5D 29
Octal 312 7 42 0 141 123 25 540 135 51
Binary 11001010 111 100010 0 1100001 1010011 10101 101100000 1011101 101001

Color Harmonies of #CA0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0722

Black with #CA0722

Text Example


Text Example

White with #CA0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0722; }

 p { color: rgb(202,7,34); }

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

background-color css

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

 a { background-color: rgb(202,7,34); }

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

border-color css

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

 span { border-color: rgb(202,7,34); }

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