Html Css Color HEX #C20003 Venetian Red

📋 copy color: '#C20003'

red 194 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #C20003

Tints of Venetian Red #C20003

RGB

 RED value IS 194 (76.17% from 255) = 98.48%

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

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

R = 98.48%
G = 0%
B = 1.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20003 (or 0xC20003) is known color: Venetian Red. HEX triplet: C2, 00 and 03. RGB value is (194,0,3). Sum of RGB (Red+Green+Blue) = 194+0+3=197 (26% of max value = 765). Red value is 194 (76.17% from 255 or 98.48% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 194 - color contains mainly: red. Hex color #C20003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20003 is #3DFFFC. Grayscale: #3A3A3A. Windows color (decimal): -4063229 or 196802. OLE color: 196802.

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

Color convert

RGB 194 0 3 -
CMYK 0 1 0.98 0.24
HSL 359.07º 1% 0.38% -
HSV(B) 359.07º 1% 0.76% -
XYZ 22.26 11.48 1.13 -
YUV 58.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 194 0 3 0 1 0.98 0.24 359.07 1 0.38
Hex C2 0 3 0 64 62 18 167 64 26
Octal 302 0 3 0 144 142 30 547 144 46
Binary 11000010 0 11 0 1100100 1100010 11000 101100111 1100100 100110

Color Harmonies of #C20003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20003

Black with #C20003

Text Example


Text Example

White with #C20003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20003; }

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

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

background-color css

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

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

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

border-color css

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

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

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