Html Css Color HEX #C80304 Venetian Red

📋 copy color: '#C80304'

red 200 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #C80304

Tints of Venetian Red #C80304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 96.62%
G = 1.45%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80304 (or 0xC80304) is known color: Venetian Red. HEX triplet: C8, 03 and 04. RGB value is (200,3,4). Sum of RGB (Red+Green+Blue) = 200+3+4=207 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.62% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 200 - color contains mainly: red. Hex color #C80304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80304 is #37FCFB. Grayscale: #3E3E3E. Windows color (decimal): -3669244 or 263112. OLE color: 263112.

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

Color convert

RGB 200 3 4 -
CMYK 0 0.98 0.98 0.22
HSL 359.7º 0.97% 0.4% -
HSV(B) 359.7º 0.99% 0.78% -
XYZ 23.87 12.35 1.24 -
YUV 62.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 200 3 4 0 0.98 0.98 0.22 359.7 0.97 0.4
Hex C8 3 4 0 62 62 16 168 61 28
Octal 310 3 4 0 142 142 26 550 141 50
Binary 11001000 11 100 0 1100010 1100010 10110 101101000 1100001 101000

Color Harmonies of #C80304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80304

Black with #C80304

Text Example


Text Example

White with #C80304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80304; }

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

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

background-color css

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

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

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

border-color css

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

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

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