Html Css Color HEX #C4030F Venetian Red

📋 copy color: '#C4030F'

red 196 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #C4030F

Tints of Venetian Red #C4030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 91.59%
G = 1.4%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4030F (or 0xC4030F) is known color: Venetian Red. HEX triplet: C4, 03 and 0F. RGB value is (196,3,15). Sum of RGB (Red+Green+Blue) = 196+3+15=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030F is #3BFCF0. Grayscale: #3E3E3E. Windows color (decimal): -3931377 or 984004. OLE color: 984004.

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

Color convert

RGB 196 3 15 -
CMYK 0 0.98 0.92 0.23
HSL 356.27º 0.97% 0.39% -
HSV(B) 356.27º 0.98% 0.77% -
XYZ 22.88 11.84 1.53 -
YUV 62.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 196 3 15 0 0.98 0.92 0.23 356.27 0.97 0.39
Hex C4 3 F 0 62 5C 17 164 61 27
Octal 304 3 17 0 142 134 27 544 141 47
Binary 11000100 11 1111 0 1100010 1011100 10111 101100100 1100001 100111

Color Harmonies of #C4030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4030F

Black with #C4030F

Text Example


Text Example

White with #C4030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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