Html Css Color HEX #C91217 Venetian Red

📋 copy color: '#C91217'

red 201 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #C91217

Tints of Venetian Red #C91217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 83.06%
G = 7.44%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C91217 (or 0xC91217) is known color: Venetian Red. HEX triplet: C9, 12 and 17. RGB value is (201,18,23). Sum of RGB (Red+Green+Blue) = 201+18+23=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91217 is #36EDE8. Grayscale: #494949. Windows color (decimal): -3599849 or 1512137. OLE color: 1512137.

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

Color convert

RGB 201 18 23 -
CMYK 0 0.91 0.89 0.21
HSL 358.36º 0.84% 0.43% -
HSV(B) 358.36º 0.91% 0.79% -
XYZ 24.46 12.91 2.01 -
YUV 73.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 201 18 23 0 0.91 0.89 0.21 358.36 0.84 0.43
Hex C9 12 17 0 5B 59 15 166 54 2B
Octal 311 22 27 0 133 131 25 546 124 53
Binary 11001001 10010 10111 0 1011011 1011001 10101 101100110 1010100 101011

Color Harmonies of #C91217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91217

Black with #C91217

Text Example


Text Example

White with #C91217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91217; }

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

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

background-color css

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

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

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

border-color css

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

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

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