Html Css Color HEX #C90215 Venetian Red

📋 copy color: '#C90215'

red 201 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C90215

Tints of Venetian Red #C90215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 89.73%
G = 0.89%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C90215 (or 0xC90215) is known color: Venetian Red. HEX triplet: C9, 02 and 15. RGB value is (201,2,21). Sum of RGB (Red+Green+Blue) = 201+2+21=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90215 is #36FDEA. Grayscale: #3F3F3F. Windows color (decimal): -3603947 or 1376969. OLE color: 1376969.

HSL color Cylindrical-coordinate representation of color #C90215: hue angle of 354.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90215 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 21 -
CMYK 0 0.99 0.90 0.21
HSL 354.27º 0.98% 0.4% -
HSV(B) 354.27º 0.99% 0.79% -
XYZ 24.24 12.52 1.85 -
YUV 63.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 201 2 21 0 0.99 0.90 0.21 354.27 0.98 0.4
Hex C9 2 15 0 63 5A 15 162 62 28
Octal 311 2 25 0 143 132 25 542 142 50
Binary 11001001 10 10101 0 1100011 1011010 10101 101100010 1100010 101000

Color Harmonies of #C90215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90215

Black with #C90215

Text Example


Text Example

White with #C90215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90215; }

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

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

background-color css

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

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

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

border-color css

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

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

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