Html Css Color HEX #C9081E Venetian Red

📋 copy color: '#C9081E'

red 201 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #C9081E

Tints of Venetian Red #C9081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 84.1%
G = 3.35%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9081E (or 0xC9081E) is known color: Venetian Red. HEX triplet: C9, 08 and 1E. RGB value is (201,8,30). Sum of RGB (Red+Green+Blue) = 201+8+30=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081E is #36F7E1. Grayscale: #444444. Windows color (decimal): -3602402 or 1968329. OLE color: 1968329.

HSL color Cylindrical-coordinate representation of color #C9081E: hue angle of 353.16º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9081E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 30 -
CMYK 0 0.96 0.85 0.21
HSL 353.16º 0.92% 0.41% -
HSV(B) 353.16º 0.96% 0.79% -
XYZ 24.41 12.68 2.39 -
YUV 68.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 201 8 30 0 0.96 0.85 0.21 353.16 0.92 0.41
Hex C9 8 1E 0 60 55 15 161 5C 29
Octal 311 10 36 0 140 125 25 541 134 51
Binary 11001001 1000 11110 0 1100000 1010101 10101 101100001 1011100 101001

Color Harmonies of #C9081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9081E

Black with #C9081E

Text Example


Text Example

White with #C9081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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