Html Css Color HEX #F24F1D Vermilion

📋 copy color: '#F24F1D'

red 242 ◦ green 79 ◦ blue 29

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

Shades of Vermilion #F24F1D

Tints of Vermilion #F24F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

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

R = 69.14%
G = 22.57%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F24F1D (or 0xF24F1D) is known color: Vermilion. HEX triplet: F2, 4F and 1D. RGB value is (242,79,29). Sum of RGB (Red+Green+Blue) = 242+79+29=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F1D is #0DB0E2. Grayscale: #7A7A7A. Windows color (decimal): -897251 or 1921010. OLE color: 1921010.

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

Color convert

RGB 242 79 29 -
CMYK 0 0.67 0.88 0.05
HSL 14.08º 0.89% 0.53% -
HSV(B) 14.08º 0.88% 0.95% -
XYZ 39.64 24.56 3.81 -
YUV 122.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 242 79 29 0 0.67 0.88 0.05 14.08 0.89 0.53
Hex F2 4F 1D 0 43 58 5 E 59 35
Octal 362 117 35 0 103 130 5 16 131 65
Binary 11110010 1001111 11101 0 1000011 1011000 101 1110 1011001 110101

Color Harmonies of #F24F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F1D

Black with #F24F1D

Text Example


Text Example

White with #F24F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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