Html Css Color HEX #F04D1B Vermilion

📋 copy color: '#F04D1B'

red 240 ◦ green 77 ◦ blue 27

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

Shades of Vermilion #F04D1B

Tints of Vermilion #F04D1B

RGB

 RED value IS 240 (94.14% from 255) = 69.77%

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 69.77%
G = 22.38%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F04D1B (or 0xF04D1B) is known color: Vermilion. HEX triplet: F0, 4D and 1B. RGB value is (240,77,27). Sum of RGB (Red+Green+Blue) = 240+77+27=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D1B is #0FB2E4. Grayscale: #787878. Windows color (decimal): -1028837 or 1789424. OLE color: 1789424.

HSL color Cylindrical-coordinate representation of color #F04D1B: hue angle of 14.08º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F04D1B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 27 -
CMYK 0 0.68 0.89 0.06
HSL 14.08º 0.88% 0.52% -
HSV(B) 14.08º 0.89% 0.94% -
XYZ 38.79 23.91 3.61 -
YUV 120.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 240 77 27 0 0.68 0.89 0.06 14.08 0.88 0.52
Hex F0 4D 1B 0 44 59 6 E 58 34
Octal 360 115 33 0 104 131 6 16 130 64
Binary 11110000 1001101 11011 0 1000100 1011001 110 1110 1011000 110100

Color Harmonies of #F04D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D1B

Black with #F04D1B

Text Example


Text Example

White with #F04D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D1B; }

 p { color: rgb(240,77,27); }

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

background-color css

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

 a { background-color: rgb(240,77,27); }

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

border-color css

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

 span { border-color: rgb(240,77,27); }

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