Html Css Color HEX #C90506 Venetian Red

📋 copy color: '#C90506'

red 201 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #C90506

Tints of Venetian Red #C90506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 94.81%
G = 2.36%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90506 (or 0xC90506) is known color: Venetian Red. HEX triplet: C9, 05 and 06. RGB value is (201,5,6). Sum of RGB (Red+Green+Blue) = 201+5+6=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C90506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90506 is #36FAF9. Grayscale: #3F3F3F. Windows color (decimal): -3603194 or 394697. OLE color: 394697.

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

Color convert

RGB 201 5 6 -
CMYK 0 0.98 0.97 0.21
HSL 359.69º 0.95% 0.4% -
HSV(B) 359.69º 0.98% 0.79% -
XYZ 24.17 12.54 1.32 -
YUV 63.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 201 5 6 0 0.98 0.97 0.21 359.69 0.95 0.4
Hex C9 5 6 0 62 61 15 168 5F 28
Octal 311 5 6 0 142 141 25 550 137 50
Binary 11001001 101 110 0 1100010 1100001 10101 101101000 1011111 101000

Color Harmonies of #C90506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90506

Black with #C90506

Text Example


Text Example

White with #C90506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90506; }

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

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

background-color css

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

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

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

border-color css

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

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

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