Html Css Color HEX #C90518 Venetian Red

📋 copy color: '#C90518'

red 201 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #C90518

Tints of Venetian Red #C90518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 87.39%
G = 2.17%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C90518 (or 0xC90518) is known color: Venetian Red. HEX triplet: C9, 05 and 18. RGB value is (201,5,24). Sum of RGB (Red+Green+Blue) = 201+5+24=230 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.39% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 201 - color contains mainly: red. Hex color #C90518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90518 is #36FAE7. Grayscale: #414141. Windows color (decimal): -3603176 or 1574345. OLE color: 1574345.

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

Color convert

RGB 201 5 24 -
CMYK 0 0.98 0.88 0.21
HSL 354.18º 0.95% 0.4% -
HSV(B) 354.18º 0.98% 0.79% -
XYZ 24.31 12.59 2.01 -
YUV 65.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 201 5 24 0 0.98 0.88 0.21 354.18 0.95 0.4
Hex C9 5 18 0 62 58 15 162 5F 28
Octal 311 5 30 0 142 130 25 542 137 50
Binary 11001001 101 11000 0 1100010 1011000 10101 101100010 1011111 101000

Color Harmonies of #C90518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90518

Black with #C90518

Text Example


Text Example

White with #C90518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90518; }

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

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

background-color css

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

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

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

border-color css

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

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

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