Html Css Color HEX #C80003 Venetian Red

📋 copy color: '#C80003'

red 200 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C80003

Tints of Venetian Red #C80003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 98.52%
G = 0%
B = 1.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80003 (or 0xC80003) is known color: Venetian Red. HEX triplet: C8, 00 and 03. RGB value is (200,0,3). Sum of RGB (Red+Green+Blue) = 200+0+3=203 (26% of max value = 765). Red value is 200 (78.52% from 255 or 98.52% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 200 - color contains mainly: red. Hex color #C80003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80003 is #37FFFC. Grayscale: #3C3C3C. Windows color (decimal): -3670013 or 196808. OLE color: 196808.

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

Color convert

RGB 200 0 3 -
CMYK 0 1 0.98 0.22
HSL 359.1º 1% 0.39% -
HSV(B) 359.1º 1% 0.78% -
XYZ 23.84 12.29 1.2 -
YUV 60.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 200 0 3 0 1 0.98 0.22 359.1 1 0.39
Hex C8 0 3 0 64 62 16 167 64 27
Octal 310 0 3 0 144 142 26 547 144 47
Binary 11001000 0 11 0 1100100 1100010 10110 101100111 1100100 100111

Color Harmonies of #C80003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80003

Black with #C80003

Text Example


Text Example

White with #C80003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80003; }

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

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

background-color css

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

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

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

border-color css

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

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

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