Html Css Color HEX #C90817 Venetian Red

📋 copy color: '#C90817'

red 201 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #C90817

Tints of Venetian Red #C90817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 86.64%
G = 3.45%
B = 9.91%

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

#C90817 (or 0xC90817) is known color: Venetian Red. HEX triplet: C9, 08 and 17. RGB value is (201,8,23). Sum of RGB (Red+Green+Blue) = 201+8+23=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C90817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90817 is #36F7E8. Grayscale: #434343. Windows color (decimal): -3602409 or 1509577. OLE color: 1509577.

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

Color convert

RGB 201 8 23 -
CMYK 0 0.96 0.89 0.21
HSL 355.34º 0.92% 0.41% -
HSV(B) 355.34º 0.96% 0.79% -
XYZ 24.33 12.65 1.97 -
YUV 67.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 201 8 23 0 0.96 0.89 0.21 355.34 0.92 0.41
Hex C9 8 17 0 60 59 15 163 5C 29
Octal 311 10 27 0 140 131 25 543 134 51
Binary 11001001 1000 10111 0 1100000 1011001 10101 101100011 1011100 101001

Color Harmonies of #C90817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90817

Black with #C90817

Text Example


Text Example

White with #C90817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90817; }

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

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

background-color css

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

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

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

border-color css

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

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

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