Html Css Color HEX #C4070D Venetian Red

📋 copy color: '#C4070D'

red 196 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #C4070D

Tints of Venetian Red #C4070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 90.74%
G = 3.24%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4070D (or 0xC4070D) is known color: Venetian Red. HEX triplet: C4, 07 and 0D. RGB value is (196,7,13). Sum of RGB (Red+Green+Blue) = 196+7+13=216 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.74% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 196 - color contains mainly: red. Hex color #C4070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4070D is #3BF8F2. Grayscale: #404040. Windows color (decimal): -3930355 or 853956. OLE color: 853956.

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

Color convert

RGB 196 7 13 -
CMYK 0 0.96 0.93 0.23
HSL 358.1º 0.93% 0.4% -
HSV(B) 358.1º 0.96% 0.77% -
XYZ 22.91 11.92 1.47 -
YUV 64.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 196 7 13 0 0.96 0.93 0.23 358.1 0.93 0.4
Hex C4 7 D 0 60 5D 17 166 5D 28
Octal 304 7 15 0 140 135 27 546 135 50
Binary 11000100 111 1101 0 1100000 1011101 10111 101100110 1011101 101000

Color Harmonies of #C4070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4070D

Black with #C4070D

Text Example


Text Example

White with #C4070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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