Html Css Color HEX #C4081F Venetian Red

📋 copy color: '#C4081F'

red 196 ◦ green 8 ◦ blue 31

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

Shades of Venetian Red #C4081F

Tints of Venetian Red #C4081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 83.4%
G = 3.4%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4081F (or 0xC4081F) is known color: Venetian Red. HEX triplet: C4, 08 and 1F. RGB value is (196,8,31). Sum of RGB (Red+Green+Blue) = 196+8+31=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C4081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4081F is #3BF7E0. Grayscale: #424242. Windows color (decimal): -3930081 or 2033860. OLE color: 2033860.

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

Color convert

RGB 196 8 31 -
CMYK 0 0.96 0.84 0.23
HSL 352.66º 0.92% 0.4% -
HSV(B) 352.66º 0.96% 0.77% -
XYZ 23.1 12.01 2.4 -
YUV 66.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 196 8 31 0 0.96 0.84 0.23 352.66 0.92 0.4
Hex C4 8 1F 0 60 54 17 161 5C 28
Octal 304 10 37 0 140 124 27 541 134 50
Binary 11000100 1000 11111 0 1100000 1010100 10111 101100001 1011100 101000

Color Harmonies of #C4081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4081F

Black with #C4081F

Text Example


Text Example

White with #C4081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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