Html Css Color HEX #C4030E Venetian Red

📋 copy color: '#C4030E'

red 196 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #C4030E

Tints of Venetian Red #C4030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 92.02%
G = 1.41%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4030E (or 0xC4030E) is known color: Venetian Red. HEX triplet: C4, 03 and 0E. RGB value is (196,3,14). Sum of RGB (Red+Green+Blue) = 196+3+14=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030E is #3BFCF1. Grayscale: #3E3E3E. Windows color (decimal): -3931378 or 918468. OLE color: 918468.

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

Color convert

RGB 196 3 14 -
CMYK 0 0.98 0.93 0.23
HSL 356.58º 0.97% 0.39% -
HSV(B) 356.58º 0.98% 0.77% -
XYZ 22.88 11.83 1.49 -
YUV 61.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 196 3 14 0 0.98 0.93 0.23 356.58 0.97 0.39
Hex C4 3 E 0 62 5D 17 165 61 27
Octal 304 3 16 0 142 135 27 545 141 47
Binary 11000100 11 1110 0 1100010 1011101 10111 101100101 1100001 100111

Color Harmonies of #C4030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4030E

Black with #C4030E

Text Example


Text Example

White with #C4030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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