Html Css Color HEX #C90816 Venetian Red

📋 copy color: '#C90816'

red 201 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #C90816

Tints of Venetian Red #C90816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 87.01%
G = 3.46%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C90816 (or 0xC90816) is known color: Venetian Red. HEX triplet: C9, 08 and 16. RGB value is (201,8,22). Sum of RGB (Red+Green+Blue) = 201+8+22=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C90816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90816 is #36F7E9. Grayscale: #434343. Windows color (decimal): -3602410 or 1444041. OLE color: 1444041.

HSL color Cylindrical-coordinate representation of color #C90816: hue angle of 355.65º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90816 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 22 -
CMYK 0 0.96 0.89 0.21
HSL 355.65º 0.92% 0.41% -
HSV(B) 355.65º 0.96% 0.79% -
XYZ 24.32 12.65 1.92 -
YUV 67.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 201 8 22 0 0.96 0.89 0.21 355.65 0.92 0.41
Hex C9 8 16 0 60 59 15 164 5C 29
Octal 311 10 26 0 140 131 25 544 134 51
Binary 11001001 1000 10110 0 1100000 1011001 10101 101100100 1011100 101001

Color Harmonies of #C90816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90816

Black with #C90816

Text Example


Text Example

White with #C90816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90816; }

 p { color: rgb(201,8,22); }

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

background-color css

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

 a { background-color: rgb(201,8,22); }

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

border-color css

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

 span { border-color: rgb(201,8,22); }

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