Html Css Color HEX #C90508 Venetian Red

📋 copy color: '#C90508'

red 201 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #C90508

Tints of Venetian Red #C90508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 93.93%
G = 2.34%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C90508 (or 0xC90508) is known color: Venetian Red. HEX triplet: C9, 05 and 08. RGB value is (201,5,8). Sum of RGB (Red+Green+Blue) = 201+5+8=214 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.93% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 201 - color contains mainly: red. Hex color #C90508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90508 is #36FAF7. Grayscale: #404040. Windows color (decimal): -3603192 or 525769. OLE color: 525769.

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

Color convert

RGB 201 5 8 -
CMYK 0 0.98 0.96 0.21
HSL 359.08º 0.95% 0.4% -
HSV(B) 359.08º 0.98% 0.79% -
XYZ 24.19 12.54 1.38 -
YUV 63.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 201 5 8 0 0.98 0.96 0.21 359.08 0.95 0.4
Hex C9 5 8 0 62 60 15 167 5F 28
Octal 311 5 10 0 142 140 25 547 137 50
Binary 11001001 101 1000 0 1100010 1100000 10101 101100111 1011111 101000

Color Harmonies of #C90508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90508

Black with #C90508

Text Example


Text Example

White with #C90508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90508; }

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

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

background-color css

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

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

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

border-color css

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

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

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