Html Css Color HEX #C9021D Venetian Red

📋 copy color: '#C9021D'

red 201 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #C9021D

Tints of Venetian Red #C9021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 86.64%
G = 0.86%
B = 12.5%

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

#C9021D (or 0xC9021D) is known color: Venetian Red. HEX triplet: C9, 02 and 1D. RGB value is (201,2,29). Sum of RGB (Red+Green+Blue) = 201+2+29=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9021D is #36FDE2. Grayscale: #404040. Windows color (decimal): -3603939 or 1901257. OLE color: 1901257.

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

Color convert

RGB 201 2 29 -
CMYK 0 0.99 0.86 0.21
HSL 351.86º 0.98% 0.4% -
HSV(B) 351.86º 0.99% 0.79% -
XYZ 24.33 12.55 2.3 -
YUV 64.58 107.93 225.3 -
System Red Green Blue C M Y K H S L
Decimal 201 2 29 0 0.99 0.86 0.21 351.86 0.98 0.4
Hex C9 2 1D 0 63 56 15 160 62 28
Octal 311 2 35 0 143 126 25 540 142 50
Binary 11001001 10 11101 0 1100011 1010110 10101 101100000 1100010 101000

Color Harmonies of #C9021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9021D

Black with #C9021D

Text Example


Text Example

White with #C9021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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