Html Css Color HEX #C80313 Venetian Red

📋 copy color: '#C80313'

red 200 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #C80313

Tints of Venetian Red #C80313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 90.09%
G = 1.35%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80313 (or 0xC80313) is known color: Venetian Red. HEX triplet: C8, 03 and 13. RGB value is (200,3,19). Sum of RGB (Red+Green+Blue) = 200+3+19=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C80313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80313 is #37FCEC. Grayscale: #3F3F3F. Windows color (decimal): -3669229 or 1246152. OLE color: 1246152.

HSL color Cylindrical-coordinate representation of color #C80313: hue angle of 355.13º 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 #C80313 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 19 -
CMYK 0 0.98 0.90 0.22
HSL 355.13º 0.97% 0.4% -
HSV(B) 355.13º 0.99% 0.78% -
XYZ 23.97 12.39 1.74 -
YUV 63.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 200 3 19 0 0.98 0.90 0.22 355.13 0.97 0.4
Hex C8 3 13 0 62 5A 16 163 61 28
Octal 310 3 23 0 142 132 26 543 141 50
Binary 11001000 11 10011 0 1100010 1011010 10110 101100011 1100001 101000

Color Harmonies of #C80313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80313

Black with #C80313

Text Example


Text Example

White with #C80313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80313; }

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

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

background-color css

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

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

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

border-color css

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

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

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