Html Css Color HEX #C4041F Venetian Red

📋 copy color: '#C4041F'

red 196 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #C4041F

Tints of Venetian Red #C4041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 84.85%
G = 1.73%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4041F (or 0xC4041F) is known color: Venetian Red. HEX triplet: C4, 04 and 1F. RGB value is (196,4,31). Sum of RGB (Red+Green+Blue) = 196+4+31=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C4041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4041F is #3BFBE0. Grayscale: #404040. Windows color (decimal): -3931105 or 2032836. OLE color: 2032836.

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

Color convert

RGB 196 4 31 -
CMYK 0 0.98 0.84 0.23
HSL 351.56º 0.96% 0.39% -
HSV(B) 351.56º 0.98% 0.77% -
XYZ 23.06 11.92 2.38 -
YUV 64.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 196 4 31 0 0.98 0.84 0.23 351.56 0.96 0.39
Hex C4 4 1F 0 62 54 17 160 60 27
Octal 304 4 37 0 142 124 27 540 140 47
Binary 11000100 100 11111 0 1100010 1010100 10111 101100000 1100000 100111

Color Harmonies of #C4041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4041F

Black with #C4041F

Text Example


Text Example

White with #C4041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4041F; }

 p { color: rgb(196,4,31); }

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

background-color css

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

 a { background-color: rgb(196,4,31); }

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

border-color css

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

 span { border-color: rgb(196,4,31); }

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