Html Css Color HEX #C9022A Venetian Red

📋 copy color: '#C9022A'

red 201 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #C9022A

Tints of Venetian Red #C9022A

RGB

 RED value IS 201 (78.91% from 255) = 82.04%

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 82.04%
G = 0.82%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9022A (or 0xC9022A) is known color: Venetian Red. HEX triplet: C9, 02 and 2A. RGB value is (201,2,42). Sum of RGB (Red+Green+Blue) = 201+2+42=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C9022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9022A is #36FDD5. Grayscale: #424242. Windows color (decimal): -3603926 or 2753225. OLE color: 2753225.

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

Color convert

RGB 201 2 42 -
CMYK 0 0.99 0.79 0.21
HSL 347.94º 0.98% 0.4% -
HSV(B) 347.94º 0.99% 0.79% -
XYZ 24.53 12.63 3.34 -
YUV 66.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 201 2 42 0 0.99 0.79 0.21 347.94 0.98 0.4
Hex C9 2 2A 0 63 4F 15 15C 62 28
Octal 311 2 52 0 143 117 25 534 142 50
Binary 11001001 10 101010 0 1100011 1001111 10101 101011100 1100010 101000

Color Harmonies of #C9022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9022A

Black with #C9022A

Text Example


Text Example

White with #C9022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9022A; }

 p { color: rgb(201,2,42); }

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

background-color css

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

 a { background-color: rgb(201,2,42); }

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

border-color css

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

 span { border-color: rgb(201,2,42); }

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