Html Css Color HEX #C90F15 Venetian Red

📋 copy color: '#C90F15'

red 201 ◦ green 15 ◦ blue 21

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

Shades of Venetian Red #C90F15

Tints of Venetian Red #C90F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 84.81%
G = 6.33%
B = 8.86%

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

#C90F15 (or 0xC90F15) is known color: Venetian Red. HEX triplet: C9, 0F and 15. RGB value is (201,15,21). Sum of RGB (Red+Green+Blue) = 201+15+21=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F15 is #36F0EA. Grayscale: #474747. Windows color (decimal): -3600619 or 1380297. OLE color: 1380297.

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

Color convert

RGB 201 15 21 -
CMYK 0 0.93 0.90 0.21
HSL 358.06º 0.86% 0.42% -
HSV(B) 358.06º 0.93% 0.79% -
XYZ 24.39 12.81 1.9 -
YUV 71.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 201 15 21 0 0.93 0.90 0.21 358.06 0.86 0.42
Hex C9 F 15 0 5D 5A 15 166 56 2A
Octal 311 17 25 0 135 132 25 546 126 52
Binary 11001001 1111 10101 0 1011101 1011010 10101 101100110 1010110 101010

Color Harmonies of #C90F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F15

Black with #C90F15

Text Example


Text Example

White with #C90F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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