Html Css Color HEX #C80919 Venetian Red

📋 copy color: '#C80919'

red 200 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #C80919

Tints of Venetian Red #C80919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 85.47%
G = 3.85%
B = 10.68%

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

#C80919 (or 0xC80919) is known color: Venetian Red. HEX triplet: C8, 09 and 19. RGB value is (200,9,25). Sum of RGB (Red+Green+Blue) = 200+9+25=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C80919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80919 is #37F6E6. Grayscale: #444444. Windows color (decimal): -3667687 or 1640904. OLE color: 1640904.

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

Color convert

RGB 200 9 25 -
CMYK 0 0.96 0.88 0.22
HSL 354.97º 0.91% 0.41% -
HSV(B) 354.97º 0.96% 0.78% -
XYZ 24.09 12.54 2.07 -
YUV 67.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 200 9 25 0 0.96 0.88 0.22 354.97 0.91 0.41
Hex C8 9 19 0 60 58 16 163 5B 29
Octal 310 11 31 0 140 130 26 543 133 51
Binary 11001000 1001 11001 0 1100000 1011000 10110 101100011 1011011 101001

Color Harmonies of #C80919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80919

Black with #C80919

Text Example


Text Example

White with #C80919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80919; }

 p { color: rgb(200,9,25); }

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

background-color css

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

 a { background-color: rgb(200,9,25); }

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

border-color css

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

 span { border-color: rgb(200,9,25); }

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