Html Css Color HEX #C40207 Venetian Red

📋 copy color: '#C40207'

red 196 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C40207

Tints of Venetian Red #C40207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 95.61%
G = 0.98%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C40207 (or 0xC40207) is known color: Venetian Red. HEX triplet: C4, 02 and 07. RGB value is (196,2,7). Sum of RGB (Red+Green+Blue) = 196+2+7=205 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.61% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 196 - color contains mainly: red. Hex color #C40207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40207 is #3BFDF8. Grayscale: #3C3C3C. Windows color (decimal): -3931641 or 459460. OLE color: 459460.

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

Color convert

RGB 196 2 7 -
CMYK 0 0.99 0.96 0.23
HSL 358.45º 0.98% 0.39% -
HSV(B) 358.45º 0.99% 0.77% -
XYZ 22.83 11.79 1.27 -
YUV 60.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 196 2 7 0 0.99 0.96 0.23 358.45 0.98 0.39
Hex C4 2 7 0 63 60 17 166 62 27
Octal 304 2 7 0 143 140 27 546 142 47
Binary 11000100 10 111 0 1100011 1100000 10111 101100110 1100010 100111

Color Harmonies of #C40207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40207

Black with #C40207

Text Example


Text Example

White with #C40207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40207; }

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

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

background-color css

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

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

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

border-color css

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

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

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