Html Css Color HEX #C4061F Venetian Red

📋 copy color: '#C4061F'

red 196 ◦ green 6 ◦ blue 31

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

Shades of Venetian Red #C4061F

Tints of Venetian Red #C4061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

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

R = 84.12%
G = 2.58%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4061F (or 0xC4061F) is known color: Venetian Red. HEX triplet: C4, 06 and 1F. RGB value is (196,6,31). Sum of RGB (Red+Green+Blue) = 196+6+31=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C4061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4061F is #3BF9E0. Grayscale: #414141. Windows color (decimal): -3930593 or 2033348. OLE color: 2033348.

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

Color convert

RGB 196 6 31 -
CMYK 0 0.97 0.84 0.23
HSL 352.11º 0.94% 0.4% -
HSV(B) 352.11º 0.97% 0.77% -
XYZ 23.08 11.96 2.39 -
YUV 65.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 196 6 31 0 0.97 0.84 0.23 352.11 0.94 0.4
Hex C4 6 1F 0 61 54 17 160 5E 28
Octal 304 6 37 0 141 124 27 540 136 50
Binary 11000100 110 11111 0 1100001 1010100 10111 101100000 1011110 101000

Color Harmonies of #C4061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4061F

Black with #C4061F

Text Example


Text Example

White with #C4061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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