Html Css Color HEX #CA0121 Venetian Red

📋 copy color: '#CA0121'

red 202 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #CA0121

Tints of Venetian Red #CA0121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 85.59%
G = 0.42%
B = 13.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA0121 (or 0xCA0121) is known color: Venetian Red. HEX triplet: CA, 01 and 21. RGB value is (202,1,33). Sum of RGB (Red+Green+Blue) = 202+1+33=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0121 is #35FEDE. Grayscale: #404040. Windows color (decimal): -3538655 or 2163146. OLE color: 2163146.

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

Color convert

RGB 202 1 33 -
CMYK 0 1.00 0.84 0.21
HSL 350.45º 0.99% 0.4% -
HSV(B) 350.45º 1% 0.79% -
XYZ 24.64 12.69 2.59 -
YUV 64.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 202 1 33 0 1.00 0.84 0.21 350.45 0.99 0.4
Hex CA 1 21 0 64 54 15 15E 63 28
Octal 312 1 41 0 144 124 25 536 143 50
Binary 11001010 1 100001 0 1100100 1010100 10101 101011110 1100011 101000

Color Harmonies of #CA0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0121

Black with #CA0121

Text Example


Text Example

White with #CA0121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0121; }

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

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

background-color css

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

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

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

border-color css

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

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

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