Html Css Color HEX #C90B0E Venetian Red

📋 copy color: '#C90B0E'

red 201 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #C90B0E

Tints of Venetian Red #C90B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 88.94%
G = 4.87%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C90B0E (or 0xC90B0E) is known color: Venetian Red. HEX triplet: C9, 0B and 0E. RGB value is (201,11,14). Sum of RGB (Red+Green+Blue) = 201+11+14=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90B0E is #36F4F1. Grayscale: #444444. Windows color (decimal): -3601650 or 920521. OLE color: 920521.

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

Color convert

RGB 201 11 14 -
CMYK 0 0.95 0.93 0.21
HSL 359.05º 0.9% 0.42% -
HSV(B) 359.05º 0.95% 0.79% -
XYZ 24.29 12.69 1.58 -
YUV 68.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 201 11 14 0 0.95 0.93 0.21 359.05 0.9 0.42
Hex C9 B E 0 5F 5D 15 167 5A 2A
Octal 311 13 16 0 137 135 25 547 132 52
Binary 11001001 1011 1110 0 1011111 1011101 10101 101100111 1011010 101010

Color Harmonies of #C90B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90B0E

Black with #C90B0E

Text Example


Text Example

White with #C90B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90B0E; }

 p { color: rgb(201,11,14); }

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

background-color css

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

 a { background-color: rgb(201,11,14); }

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

border-color css

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

 span { border-color: rgb(201,11,14); }

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