Html Css Color HEX #CA0122 Venetian Red

📋 copy color: '#CA0122'

red 202 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #CA0122

Tints of Venetian Red #CA0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 85.23%
G = 0.42%
B = 14.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0122 (or 0xCA0122) is known color: Venetian Red. HEX triplet: CA, 01 and 22. RGB value is (202,1,34). Sum of RGB (Red+Green+Blue) = 202+1+34=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0122 is #35FEDD. Grayscale: #404040. Windows color (decimal): -3538654 or 2228682. OLE color: 2228682.

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

Color convert

RGB 202 1 34 -
CMYK 0 1.00 0.83 0.21
HSL 350.15º 0.99% 0.4% -
HSV(B) 350.15º 1% 0.79% -
XYZ 24.66 12.69 2.66 -
YUV 64.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 202 1 34 0 1.00 0.83 0.21 350.15 0.99 0.4
Hex CA 1 22 0 64 53 15 15E 63 28
Octal 312 1 42 0 144 123 25 536 143 50
Binary 11001010 1 100010 0 1100100 1010011 10101 101011110 1100011 101000

Color Harmonies of #CA0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0122

Black with #CA0122

Text Example


Text Example

White with #CA0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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