Html Css Color HEX #C81216 Venetian Red

📋 copy color: '#C81216'

red 200 ◦ green 18 ◦ blue 22

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

Shades of Venetian Red #C81216

Tints of Venetian Red #C81216

RGB

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

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

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

R = 83.33%
G = 7.5%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C81216 (or 0xC81216) is known color: Venetian Red. HEX triplet: C8, 12 and 16. RGB value is (200,18,22). Sum of RGB (Red+Green+Blue) = 200+18+22=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C81216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81216 is #37EDE9. Grayscale: #494949. Windows color (decimal): -3665386 or 1446600. OLE color: 1446600.

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

Color convert

RGB 200 18 22 -
CMYK 0 0.91 0.89 0.22
HSL 358.68º 0.83% 0.43% -
HSV(B) 358.68º 0.91% 0.78% -
XYZ 24.18 12.77 1.95 -
YUV 72.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 200 18 22 0 0.91 0.89 0.22 358.68 0.83 0.43
Hex C8 12 16 0 5B 59 16 167 53 2B
Octal 310 22 26 0 133 131 26 547 123 53
Binary 11001000 10010 10110 0 1011011 1011001 10110 101100111 1010011 101011

Color Harmonies of #C81216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81216

Black with #C81216

Text Example


Text Example

White with #C81216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81216; }

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

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

background-color css

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

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

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

border-color css

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

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

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