Html Css Color HEX #C40109 Venetian Red

📋 copy color: '#C40109'

red 196 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C40109

Tints of Venetian Red #C40109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 95.15%
G = 0.49%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40109 (or 0xC40109) is known color: Venetian Red. HEX triplet: C4, 01 and 09. RGB value is (196,1,9). Sum of RGB (Red+Green+Blue) = 196+1+9=206 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.15% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 196 - color contains mainly: red. Hex color #C40109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40109 is #3BFEF6. Grayscale: #3C3C3C. Windows color (decimal): -3931895 or 590276. OLE color: 590276.

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

Color convert

RGB 196 1 9 -
CMYK 0 0.99 0.95 0.23
HSL 357.54º 0.99% 0.39% -
HSV(B) 357.54º 0.99% 0.77% -
XYZ 22.83 11.78 1.33 -
YUV 60.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 196 1 9 0 0.99 0.95 0.23 357.54 0.99 0.39
Hex C4 1 9 0 63 5F 17 166 63 27
Octal 304 1 11 0 143 137 27 546 143 47
Binary 11000100 1 1001 0 1100011 1011111 10111 101100110 1100011 100111

Color Harmonies of #C40109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40109

Black with #C40109

Text Example


Text Example

White with #C40109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40109; }

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

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

background-color css

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

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

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

border-color css

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

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

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