Html Css Color HEX #C40305 Venetian Red

📋 copy color: '#C40305'

red 196 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #C40305

Tints of Venetian Red #C40305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 96.08%
G = 1.47%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40305 (or 0xC40305) is known color: Venetian Red. HEX triplet: C4, 03 and 05. RGB value is (196,3,5). Sum of RGB (Red+Green+Blue) = 196+3+5=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40305 is #3BFCFA. Grayscale: #3D3D3D. Windows color (decimal): -3931387 or 328644. OLE color: 328644.

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

Color convert

RGB 196 3 5 -
CMYK 0 0.98 0.97 0.23
HSL 359.38º 0.97% 0.39% -
HSV(B) 359.38º 0.98% 0.77% -
XYZ 22.82 11.81 1.22 -
YUV 60.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 196 3 5 0 0.98 0.97 0.23 359.38 0.97 0.39
Hex C4 3 5 0 62 61 17 167 61 27
Octal 304 3 5 0 142 141 27 547 141 47
Binary 11000100 11 101 0 1100010 1100001 10111 101100111 1100001 100111

Color Harmonies of #C40305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40305

Black with #C40305

Text Example


Text Example

White with #C40305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40305; }

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

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

background-color css

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

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

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

border-color css

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

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

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