Html Css Color HEX #C90515 Venetian Red

📋 copy color: '#C90515'

red 201 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #C90515

Tints of Venetian Red #C90515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 88.55%
G = 2.2%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C90515 (or 0xC90515) is known color: Venetian Red. HEX triplet: C9, 05 and 15. RGB value is (201,5,21). Sum of RGB (Red+Green+Blue) = 201+5+21=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C90515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90515 is #36FAEA. Grayscale: #414141. Windows color (decimal): -3603179 or 1377737. OLE color: 1377737.

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

Color convert

RGB 201 5 21 -
CMYK 0 0.98 0.90 0.21
HSL 355.1º 0.95% 0.4% -
HSV(B) 355.1º 0.98% 0.79% -
XYZ 24.28 12.58 1.86 -
YUV 65.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 201 5 21 0 0.98 0.90 0.21 355.1 0.95 0.4
Hex C9 5 15 0 62 5A 15 163 5F 28
Octal 311 5 25 0 142 132 25 543 137 50
Binary 11001001 101 10101 0 1100010 1011010 10101 101100011 1011111 101000

Color Harmonies of #C90515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90515

Black with #C90515

Text Example


Text Example

White with #C90515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90515; }

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

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

background-color css

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

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

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

border-color css

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

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

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