Html Css Color HEX #C9032C Venetian Red

📋 copy color: '#C9032C'

red 201 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #C9032C

Tints of Venetian Red #C9032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 81.05%
G = 1.21%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9032C (or 0xC9032C) is known color: Venetian Red. HEX triplet: C9, 03 and 2C. RGB value is (201,3,44). Sum of RGB (Red+Green+Blue) = 201+3+44=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032C is #36FCD3. Grayscale: #424242. Windows color (decimal): -3603668 or 2884553. OLE color: 2884553.

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

Color convert

RGB 201 3 44 -
CMYK 0 0.99 0.78 0.21
HSL 347.58º 0.97% 0.4% -
HSV(B) 347.58º 0.99% 0.79% -
XYZ 24.57 12.66 3.53 -
YUV 66.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 201 3 44 0 0.99 0.78 0.21 347.58 0.97 0.4
Hex C9 3 2C 0 63 4E 15 15C 61 28
Octal 311 3 54 0 143 116 25 534 141 50
Binary 11001001 11 101100 0 1100011 1001110 10101 101011100 1100001 101000

Color Harmonies of #C9032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9032C

Black with #C9032C

Text Example


Text Example

White with #C9032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9032C; }

 p { color: rgb(201,3,44); }

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

background-color css

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

 a { background-color: rgb(201,3,44); }

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

border-color css

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

 span { border-color: rgb(201,3,44); }

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