#F34D1D

Color #F34D1D Vermilion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vermilion #F34D1D

Tints of Vermilion #F34D1D

Color information

#F34D1D (or 0xF34D1D) is unknown color: approx Vermilion. HEX triplet: F3, 4D and 1D. RGB value is (243,77,29). Sum of RGB (Red+Green+Blue) = 243+77+29=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D1D is #0CB2E2. Grayscale: #797979. Windows color (decimal): -832227 or 1920499. OLE color: 1920499.

HSL color Cylindrical-coordinate representation of color #F34D1D: hue angle of 13.46º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F34D1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2437729-
CMYK00.680.880.05
HSL13.46º89.92%53.33%-
HSV(B)13.46º88.07%95.29%-
XYZ39.8424.453.78-
YUV121.1676214.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.63%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 29 (11.72% from 255) = 8.31%
R=69.63%
G=22.06%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243772900.680.880.0513.4689.9253.33
HexF34D1D044585d5a35
Octal36311535010413051513265
Binary1111001110011011110101000100101100010111011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D1D; }

 p { color: rgb(243,77,29); }

 H1.HeaderClassName
 {
   color: #F34D1D;
 }
 .AnyTagClassName
 {
   color: #F34D1D;
 }
</style>
background-color css

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

 a { background-color: rgb(243,77,29); }

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

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

 span { border-color: rgb(243,77,29); }

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