Html Css Color HEX #C40103 Venetian Red

📋 copy color: '#C40103'

red 196 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #C40103

Tints of Venetian Red #C40103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 98%
G = 0.5%
B = 1.5%

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

#C40103 (or 0xC40103) is known color: Venetian Red. HEX triplet: C4, 01 and 03. RGB value is (196,1,3). Sum of RGB (Red+Green+Blue) = 196+1+3=200 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 196 - color contains mainly: red. Hex color #C40103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40103 is #3BFEFC. Grayscale: #3B3B3B. Windows color (decimal): -3931901 or 197060. OLE color: 197060.

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

Color convert

RGB 196 1 3 -
CMYK 0 0.99 0.98 0.23
HSL 359.38º 0.99% 0.39% -
HSV(B) 359.38º 0.99% 0.77% -
XYZ 22.79 11.76 1.16 -
YUV 59.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 196 1 3 0 0.99 0.98 0.23 359.38 0.99 0.39
Hex C4 1 3 0 63 62 17 167 63 27
Octal 304 1 3 0 143 142 27 547 143 47
Binary 11000100 1 11 0 1100011 1100010 10111 101100111 1100011 100111

Color Harmonies of #C40103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40103

Black with #C40103

Text Example


Text Example

White with #C40103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40103; }

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

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

background-color css

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

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

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

border-color css

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

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

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