Html Css Color HEX #C9081D Venetian Red

📋 copy color: '#C9081D'

red 201 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C9081D

Tints of Venetian Red #C9081D

RGB

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

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

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

R = 84.45%
G = 3.36%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9081D (or 0xC9081D) is known color: Venetian Red. HEX triplet: C9, 08 and 1D. RGB value is (201,8,29). Sum of RGB (Red+Green+Blue) = 201+8+29=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081D is #36F7E2. Grayscale: #444444. Windows color (decimal): -3602403 or 1902793. OLE color: 1902793.

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

Color convert

RGB 201 8 29 -
CMYK 0 0.96 0.86 0.21
HSL 353.47º 0.92% 0.41% -
HSV(B) 353.47º 0.96% 0.79% -
XYZ 24.4 12.68 2.32 -
YUV 68.1 105.94 222.79 -
System Red Green Blue C M Y K H S L
Decimal 201 8 29 0 0.96 0.86 0.21 353.47 0.92 0.41
Hex C9 8 1D 0 60 56 15 161 5C 29
Octal 311 10 35 0 140 126 25 541 134 51
Binary 11001001 1000 11101 0 1100000 1010110 10101 101100001 1011100 101001

Color Harmonies of #C9081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9081D

Black with #C9081D

Text Example


Text Example

White with #C9081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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