Html Css Color HEX #C9021C Venetian Red

📋 copy color: '#C9021C'

red 201 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #C9021C

Tints of Venetian Red #C9021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 87.01%
G = 0.87%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9021C (or 0xC9021C) is known color: Venetian Red. HEX triplet: C9, 02 and 1C. RGB value is (201,2,28). Sum of RGB (Red+Green+Blue) = 201+2+28=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C9021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9021C is #36FDE3. Grayscale: #404040. Windows color (decimal): -3603940 or 1835721. OLE color: 1835721.

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

Color convert

RGB 201 2 28 -
CMYK 0 0.99 0.86 0.21
HSL 352.16º 0.98% 0.4% -
HSV(B) 352.16º 0.99% 0.79% -
XYZ 24.32 12.54 2.24 -
YUV 64.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 201 2 28 0 0.99 0.86 0.21 352.16 0.98 0.4
Hex C9 2 1C 0 63 56 15 160 62 28
Octal 311 2 34 0 143 126 25 540 142 50
Binary 11001001 10 11100 0 1100011 1010110 10101 101100000 1100010 101000

Color Harmonies of #C9021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9021C

Black with #C9021C

Text Example


Text Example

White with #C9021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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