Html Css Color HEX #C90F14 Venetian Red

📋 copy color: '#C90F14'

red 201 ◦ green 15 ◦ blue 20

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

Shades of Venetian Red #C90F14

Tints of Venetian Red #C90F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 85.17%
G = 6.36%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C90F14 (or 0xC90F14) is known color: Venetian Red. HEX triplet: C9, 0F and 14. RGB value is (201,15,20). Sum of RGB (Red+Green+Blue) = 201+15+20=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F14 is #36F0EB. Grayscale: #474747. Windows color (decimal): -3600620 or 1314761. OLE color: 1314761.

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

Color convert

RGB 201 15 20 -
CMYK 0 0.93 0.90 0.21
HSL 358.39º 0.86% 0.42% -
HSV(B) 358.39º 0.93% 0.79% -
XYZ 24.38 12.81 1.85 -
YUV 71.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 201 15 20 0 0.93 0.90 0.21 358.39 0.86 0.42
Hex C9 F 14 0 5D 5A 15 166 56 2A
Octal 311 17 24 0 135 132 25 546 126 52
Binary 11001001 1111 10100 0 1011101 1011010 10101 101100110 1010110 101010

Color Harmonies of #C90F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F14

Black with #C90F14

Text Example


Text Example

White with #C90F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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