Html Css Color HEX #C90512 Venetian Red

📋 copy color: '#C90512'

red 201 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C90512

Tints of Venetian Red #C90512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 89.73%
G = 2.23%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90512 (or 0xC90512) is known color: Venetian Red. HEX triplet: C9, 05 and 12. RGB value is (201,5,18). Sum of RGB (Red+Green+Blue) = 201+5+18=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90512 is #36FAED. Grayscale: #414141. Windows color (decimal): -3603182 or 1181129. OLE color: 1181129.

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

Color convert

RGB 201 5 18 -
CMYK 0 0.98 0.91 0.21
HSL 356.02º 0.95% 0.4% -
HSV(B) 356.02º 0.98% 0.79% -
XYZ 24.25 12.57 1.72 -
YUV 65.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 201 5 18 0 0.98 0.91 0.21 356.02 0.95 0.4
Hex C9 5 12 0 62 5B 15 164 5F 28
Octal 311 5 22 0 142 133 25 544 137 50
Binary 11001001 101 10010 0 1100010 1011011 10101 101100100 1011111 101000

Color Harmonies of #C90512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90512

Black with #C90512

Text Example


Text Example

White with #C90512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90512; }

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

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

background-color css

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

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

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

border-color css

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

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

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