Html Css Color HEX #C80718 Venetian Red

📋 copy color: '#C80718'

red 200 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #C80718

Tints of Venetian Red #C80718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 24 (9.77% from 255) = 10.39%

R = 86.58%
G = 3.03%
B = 10.39%

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

#C80718 (or 0xC80718) is known color: Venetian Red. HEX triplet: C8, 07 and 18. RGB value is (200,7,24). Sum of RGB (Red+Green+Blue) = 200+7+24=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C80718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80718 is #37F8E7. Grayscale: #424242. Windows color (decimal): -3668200 or 1574856. OLE color: 1574856.

HSL color Cylindrical-coordinate representation of color #C80718: hue angle of 354.72º degrees, saturation: 0.93, 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 #C80718 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 24 -
CMYK 0 0.96 0.88 0.22
HSL 354.72º 0.93% 0.41% -
HSV(B) 354.72º 0.97% 0.78% -
XYZ 24.06 12.5 2.01 -
YUV 66.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 200 7 24 0 0.96 0.88 0.22 354.72 0.93 0.41
Hex C8 7 18 0 60 58 16 163 5D 29
Octal 310 7 30 0 140 130 26 543 135 51
Binary 11001000 111 11000 0 1100000 1011000 10110 101100011 1011101 101001

Color Harmonies of #C80718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80718

Black with #C80718

Text Example


Text Example

White with #C80718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80718; }

 p { color: rgb(200,7,24); }

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

background-color css

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

 a { background-color: rgb(200,7,24); }

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

border-color css

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

 span { border-color: rgb(200,7,24); }

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