Html Css Color HEX #C40017 Venetian Red

📋 copy color: '#C40017'

red 196 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #C40017

Tints of Venetian Red #C40017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 89.5%
G = 0%
B = 10.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C40017 (or 0xC40017) is known color: Venetian Red. HEX triplet: C4, 00 and 17. RGB value is (196,0,23). Sum of RGB (Red+Green+Blue) = 196+0+23=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40017 is #3BFFE8. Grayscale: #3D3D3D. Windows color (decimal): -3932137 or 1507524. OLE color: 1507524.

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

Color convert

RGB 196 0 23 -
CMYK 0 1 0.88 0.23
HSL 352.96º 1% 0.38% -
HSV(B) 352.96º 1% 0.77% -
XYZ 22.92 11.8 1.88 -
YUV 61.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 196 0 23 0 1 0.88 0.23 352.96 1 0.38
Hex C4 0 17 0 64 58 17 161 64 26
Octal 304 0 27 0 144 130 27 541 144 46
Binary 11000100 0 10111 0 1100100 1011000 10111 101100001 1100100 100110

Color Harmonies of #C40017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40017

Black with #C40017

Text Example


Text Example

White with #C40017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40017; }

 p { color: rgb(196,0,23); }

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

background-color css

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

 a { background-color: rgb(196,0,23); }

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

border-color css

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

 span { border-color: rgb(196,0,23); }

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