Html Css Color HEX #C81316 Venetian Red

📋 copy color: '#C81316'

red 200 ◦ green 19 ◦ blue 22

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

Shades of Venetian Red #C81316

Tints of Venetian Red #C81316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 82.99%
G = 7.88%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C81316 (or 0xC81316) is known color: Venetian Red. HEX triplet: C8, 13 and 16. RGB value is (200,19,22). Sum of RGB (Red+Green+Blue) = 200+19+22=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81316 is #37ECE9. Grayscale: #494949. Windows color (decimal): -3665130 or 1446856. OLE color: 1446856.

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

Color convert

RGB 200 19 22 -
CMYK 0 0.90 0.89 0.22
HSL 359.01º 0.83% 0.43% -
HSV(B) 359.01º 0.91% 0.78% -
XYZ 24.2 12.8 1.95 -
YUV 73.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 200 19 22 0 0.90 0.89 0.22 359.01 0.83 0.43
Hex C8 13 16 0 5A 59 16 167 53 2B
Octal 310 23 26 0 132 131 26 547 123 53
Binary 11001000 10011 10110 0 1011010 1011001 10110 101100111 1010011 101011

Color Harmonies of #C81316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81316

Black with #C81316

Text Example


Text Example

White with #C81316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81316; }

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

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

background-color css

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

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

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

border-color css

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

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

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