Html Css Color HEX #C80203 Venetian Red

📋 copy color: '#C80203'

red 200 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #C80203

Tints of Venetian Red #C80203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 97.56%
G = 0.98%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80203 (or 0xC80203) is known color: Venetian Red. HEX triplet: C8, 02 and 03. RGB value is (200,2,3). Sum of RGB (Red+Green+Blue) = 200+2+3=205 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.56% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 200 - color contains mainly: red. Hex color #C80203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80203 is #37FDFC. Grayscale: #3D3D3D. Windows color (decimal): -3669501 or 197320. OLE color: 197320.

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

Color convert

RGB 200 2 3 -
CMYK 0 0.99 0.98 0.22
HSL 359.7º 0.98% 0.4% -
HSV(B) 359.7º 0.99% 0.78% -
XYZ 23.86 12.33 1.21 -
YUV 61.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 200 2 3 0 0.99 0.98 0.22 359.7 0.98 0.4
Hex C8 2 3 0 63 62 16 168 62 28
Octal 310 2 3 0 143 142 26 550 142 50
Binary 11001000 10 11 0 1100011 1100010 10110 101101000 1100010 101000

Color Harmonies of #C80203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80203

Black with #C80203

Text Example


Text Example

White with #C80203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80203; }

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

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

background-color css

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

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

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

border-color css

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

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

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