Html Css Color HEX #C40203 Venetian Red

📋 copy color: '#C40203'

red 196 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #C40203

Tints of Venetian Red #C40203

RGB

 RED value IS 196 (76.95% from 255) = 97.51%

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

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

R = 97.51%
G = 1%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40203 (or 0xC40203) is known color: Venetian Red. HEX triplet: C4, 02 and 03. RGB value is (196,2,3). Sum of RGB (Red+Green+Blue) = 196+2+3=201 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.51% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 196 - color contains mainly: red. Hex color #C40203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40203 is #3BFDFC. Grayscale: #3C3C3C. Windows color (decimal): -3931645 or 197316. OLE color: 197316.

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

Color convert

RGB 196 2 3 -
CMYK 0 0.99 0.98 0.23
HSL 359.69º 0.98% 0.39% -
HSV(B) 359.69º 0.99% 0.77% -
XYZ 22.8 11.79 1.16 -
YUV 60.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 196 2 3 0 0.99 0.98 0.23 359.69 0.98 0.39
Hex C4 2 3 0 63 62 17 168 62 27
Octal 304 2 3 0 143 142 27 550 142 47
Binary 11000100 10 11 0 1100011 1100010 10111 101101000 1100010 100111

Color Harmonies of #C40203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40203

Black with #C40203

Text Example


Text Example

White with #C40203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40203; }

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

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

background-color css

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

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

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

border-color css

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

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

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