Html Css Color HEX #C90312 Venetian Red

📋 copy color: '#C90312'

red 201 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #C90312

Tints of Venetian Red #C90312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 90.54%
G = 1.35%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90312 (or 0xC90312) is known color: Venetian Red. HEX triplet: C9, 03 and 12. RGB value is (201,3,18). Sum of RGB (Red+Green+Blue) = 201+3+18=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C90312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90312 is #36FCED. Grayscale: #404040. Windows color (decimal): -3603694 or 1180617. OLE color: 1180617.

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

Color convert

RGB 201 3 18 -
CMYK 0 0.99 0.91 0.21
HSL 355.45º 0.97% 0.4% -
HSV(B) 355.45º 0.99% 0.79% -
XYZ 24.23 12.53 1.71 -
YUV 63.91 102.1 225.78 -
System Red Green Blue C M Y K H S L
Decimal 201 3 18 0 0.99 0.91 0.21 355.45 0.97 0.4
Hex C9 3 12 0 63 5B 15 163 61 28
Octal 311 3 22 0 143 133 25 543 141 50
Binary 11001001 11 10010 0 1100011 1011011 10101 101100011 1100001 101000

Color Harmonies of #C90312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90312

Black with #C90312

Text Example


Text Example

White with #C90312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90312; }

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

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

background-color css

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

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

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

border-color css

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

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

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