Html Css Color HEX #C80817 Venetian Red

📋 copy color: '#C80817'

red 200 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #C80817

Tints of Venetian Red #C80817

RGB

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

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

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

R = 86.58%
G = 3.46%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80817 (or 0xC80817) is known color: Venetian Red. HEX triplet: C8, 08 and 17. RGB value is (200,8,23). Sum of RGB (Red+Green+Blue) = 200+8+23=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C80817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80817 is #37F7E8. Grayscale: #434343. Windows color (decimal): -3667945 or 1509576. OLE color: 1509576.

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

Color convert

RGB 200 8 23 -
CMYK 0 0.96 0.88 0.22
HSL 355.31º 0.92% 0.41% -
HSV(B) 355.31º 0.96% 0.78% -
XYZ 24.06 12.51 1.96 -
YUV 67.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 200 8 23 0 0.96 0.88 0.22 355.31 0.92 0.41
Hex C8 8 17 0 60 58 16 163 5C 29
Octal 310 10 27 0 140 130 26 543 134 51
Binary 11001000 1000 10111 0 1100000 1011000 10110 101100011 1011100 101001

Color Harmonies of #C80817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80817

Black with #C80817

Text Example


Text Example

White with #C80817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80817; }

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

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

background-color css

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

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

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

border-color css

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

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

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