Html Css Color HEX #C90E12 Venetian Red

📋 copy color: '#C90E12'

red 201 ◦ green 14 ◦ blue 18

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

Shades of Venetian Red #C90E12

Tints of Venetian Red #C90E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.01%

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

R = 86.27%
G = 6.01%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90E12 (or 0xC90E12) is known color: Venetian Red. HEX triplet: C9, 0E and 12. RGB value is (201,14,18). Sum of RGB (Red+Green+Blue) = 201+14+18=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90E12 is #36F1ED. Grayscale: #464646. Windows color (decimal): -3600878 or 1183433. OLE color: 1183433.

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

Color convert

RGB 201 14 18 -
CMYK 0 0.93 0.91 0.21
HSL 358.72º 0.87% 0.42% -
HSV(B) 358.72º 0.93% 0.79% -
XYZ 24.35 12.78 1.75 -
YUV 70.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 201 14 18 0 0.93 0.91 0.21 358.72 0.87 0.42
Hex C9 E 12 0 5D 5B 15 167 57 2A
Octal 311 16 22 0 135 133 25 547 127 52
Binary 11001001 1110 10010 0 1011101 1011011 10101 101100111 1010111 101010

Color Harmonies of #C90E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90E12

Black with #C90E12

Text Example


Text Example

White with #C90E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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