Html Css Color HEX #C90812 Venetian Red

📋 copy color: '#C90812'

red 201 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C90812

Tints of Venetian Red #C90812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 88.55%
G = 3.52%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90812 (or 0xC90812) is known color: Venetian Red. HEX triplet: C9, 08 and 12. RGB value is (201,8,18). Sum of RGB (Red+Green+Blue) = 201+8+18=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C90812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90812 is #36F7ED. Grayscale: #434343. Windows color (decimal): -3602414 or 1181897. OLE color: 1181897.

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

Color convert

RGB 201 8 18 -
CMYK 0 0.96 0.91 0.21
HSL 356.89º 0.92% 0.41% -
HSV(B) 356.89º 0.96% 0.79% -
XYZ 24.28 12.63 1.73 -
YUV 66.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 201 8 18 0 0.96 0.91 0.21 356.89 0.92 0.41
Hex C9 8 12 0 60 5B 15 165 5C 29
Octal 311 10 22 0 140 133 25 545 134 51
Binary 11001001 1000 10010 0 1100000 1011011 10101 101100101 1011100 101001

Color Harmonies of #C90812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90812

Black with #C90812

Text Example


Text Example

White with #C90812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90812; }

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

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

background-color css

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

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

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

border-color css

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

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

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