Html Css Color HEX #C81217 Venetian Red

📋 copy color: '#C81217'

red 200 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #C81217

Tints of Venetian Red #C81217

RGB

 RED value IS 200 (78.52% from 255) = 82.99%

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

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

R = 82.99%
G = 7.47%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81217 (or 0xC81217) is known color: Venetian Red. HEX triplet: C8, 12 and 17. RGB value is (200,18,23). Sum of RGB (Red+Green+Blue) = 200+18+23=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81217 is #37EDE8. Grayscale: #494949. Windows color (decimal): -3665385 or 1512136. OLE color: 1512136.

HSL color Cylindrical-coordinate representation of color #C81217: hue angle of 358.35º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81217 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 23 -
CMYK 0 0.91 0.88 0.22
HSL 358.35º 0.83% 0.43% -
HSV(B) 358.35º 0.91% 0.78% -
XYZ 24.19 12.77 2 -
YUV 72.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 200 18 23 0 0.91 0.88 0.22 358.35 0.83 0.43
Hex C8 12 17 0 5B 58 16 166 53 2B
Octal 310 22 27 0 133 130 26 546 123 53
Binary 11001000 10010 10111 0 1011011 1011000 10110 101100110 1010011 101011

Color Harmonies of #C81217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81217

Black with #C81217

Text Example


Text Example

White with #C81217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81217; }

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

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

background-color css

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

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

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

border-color css

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

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

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