Html Css Color HEX #C9031E Venetian Red

📋 copy color: '#C9031E'

red 201 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #C9031E

Tints of Venetian Red #C9031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 85.9%
G = 1.28%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9031E (or 0xC9031E) is known color: Venetian Red. HEX triplet: C9, 03 and 1E. RGB value is (201,3,30). Sum of RGB (Red+Green+Blue) = 201+3+30=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C9031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9031E is #36FCE1. Grayscale: #414141. Windows color (decimal): -3603682 or 1967049. OLE color: 1967049.

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

Color convert

RGB 201 3 30 -
CMYK 0 0.99 0.85 0.21
HSL 351.82º 0.97% 0.4% -
HSV(B) 351.82º 0.99% 0.79% -
XYZ 24.35 12.58 2.37 -
YUV 65.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 201 3 30 0 0.99 0.85 0.21 351.82 0.97 0.4
Hex C9 3 1E 0 63 55 15 160 61 28
Octal 311 3 36 0 143 125 25 540 141 50
Binary 11001001 11 11110 0 1100011 1010101 10101 101100000 1100001 101000

Color Harmonies of #C9031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9031E

Black with #C9031E

Text Example


Text Example

White with #C9031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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