Html Css Color HEX #F24E1D Vermilion

📋 copy color: '#F24E1D'

red 242 ◦ green 78 ◦ blue 29

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

Shades of Vermilion #F24E1D

Tints of Vermilion #F24E1D

RGB

 RED value IS 242 (94.92% from 255) = 69.34%

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 69.34%
G = 22.35%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F24E1D (or 0xF24E1D) is known color: Vermilion. HEX triplet: F2, 4E and 1D. RGB value is (242,78,29). Sum of RGB (Red+Green+Blue) = 242+78+29=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24E1D is #0DB1E2. Grayscale: #797979. Windows color (decimal): -897507 or 1920754. OLE color: 1920754.

HSL color Cylindrical-coordinate representation of color #F24E1D: hue angle of 13.8º degrees, saturation: 0.89, 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 #F24E1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 78 29 -
CMYK 0 0.68 0.88 0.05
HSL 13.8º 0.89% 0.53% -
HSV(B) 13.8º 0.88% 0.95% -
XYZ 39.56 24.41 3.79 -
YUV 121.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 242 78 29 0 0.68 0.88 0.05 13.8 0.89 0.53
Hex F2 4E 1D 0 44 58 5 E 59 35
Octal 362 116 35 0 104 130 5 16 131 65
Binary 11110010 1001110 11101 0 1000100 1011000 101 1110 1011001 110101

Color Harmonies of #F24E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E1D

Black with #F24E1D

Text Example


Text Example

White with #F24E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E1D; }

 p { color: rgb(242,78,29); }

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

background-color css

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

 a { background-color: rgb(242,78,29); }

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

border-color css

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

 span { border-color: rgb(242,78,29); }

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