Html Css Color HEX #C90F12 Venetian Red

📋 copy color: '#C90F12'

red 201 ◦ green 15 ◦ blue 18

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

Shades of Venetian Red #C90F12

Tints of Venetian Red #C90F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

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

R = 85.9%
G = 6.41%
B = 7.69%

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

#C90F12 (or 0xC90F12) is known color: Venetian Red. HEX triplet: C9, 0F and 12. RGB value is (201,15,18). Sum of RGB (Red+Green+Blue) = 201+15+18=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F12 is #36F0ED. Grayscale: #474747. Windows color (decimal): -3600622 or 1183689. OLE color: 1183689.

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

Color convert

RGB 201 15 18 -
CMYK 0 0.93 0.91 0.21
HSL 359.03º 0.86% 0.42% -
HSV(B) 359.03º 0.93% 0.79% -
XYZ 24.37 12.8 1.76 -
YUV 70.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 201 15 18 0 0.93 0.91 0.21 359.03 0.86 0.42
Hex C9 F 12 0 5D 5B 15 167 56 2A
Octal 311 17 22 0 135 133 25 547 126 52
Binary 11001001 1111 10010 0 1011101 1011011 10101 101100111 1010110 101010

Color Harmonies of #C90F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F12

Black with #C90F12

Text Example


Text Example

White with #C90F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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