Html Css Color HEX #C80319 Venetian Red

📋 copy color: '#C80319'

red 200 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C80319

Tints of Venetian Red #C80319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 87.72%
G = 1.32%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80319 (or 0xC80319) is known color: Venetian Red. HEX triplet: C8, 03 and 19. RGB value is (200,3,25). Sum of RGB (Red+Green+Blue) = 200+3+25=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C80319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80319 is #37FCE6. Grayscale: #404040. Windows color (decimal): -3669223 or 1639368. OLE color: 1639368.

HSL color Cylindrical-coordinate representation of color #C80319: hue angle of 353.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80319 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 25 -
CMYK 0 0.98 0.88 0.22
HSL 353.3º 0.97% 0.4% -
HSV(B) 353.3º 0.99% 0.78% -
XYZ 24.03 12.41 2.05 -
YUV 64.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 200 3 25 0 0.98 0.88 0.22 353.3 0.97 0.4
Hex C8 3 19 0 62 58 16 161 61 28
Octal 310 3 31 0 142 130 26 541 141 50
Binary 11001000 11 11001 0 1100010 1011000 10110 101100001 1100001 101000

Color Harmonies of #C80319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80319

Black with #C80319

Text Example


Text Example

White with #C80319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80319; }

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

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

background-color css

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

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

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

border-color css

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

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

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