Html Css Color HEX #F24D0D Vermilion

📋 copy color: '#F24D0D'

red 242 ◦ green 77 ◦ blue 13

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

Shades of Vermilion #F24D0D

Tints of Vermilion #F24D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 72.89%
G = 23.19%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F24D0D (or 0xF24D0D) is known color: Vermilion. HEX triplet: F2, 4D and 0D. RGB value is (242,77,13). Sum of RGB (Red+Green+Blue) = 242+77+13=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D0D is #0DB2F2. Grayscale: #777777. Windows color (decimal): -897779 or 871922. OLE color: 871922.

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

Color convert

RGB 242 77 13 -
CMYK 0 0.68 0.95 0.05
HSL 16.77º 0.9% 0.5% -
HSV(B) 16.77º 0.95% 0.95% -
XYZ 39.34 24.21 2.98 -
YUV 119.04 68.16 215.7 -
System Red Green Blue C M Y K H S L
Decimal 242 77 13 0 0.68 0.95 0.05 16.77 0.9 0.5
Hex F2 4D D 0 44 5F 5 11 5A 32
Octal 362 115 15 0 104 137 5 21 132 62
Binary 11110010 1001101 1101 0 1000100 1011111 101 10001 1011010 110010

Color Harmonies of #F24D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D0D

Black with #F24D0D

Text Example


Text Example

White with #F24D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D0D; }

 p { color: rgb(242,77,13); }

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

background-color css

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

 a { background-color: rgb(242,77,13); }

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

border-color css

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

 span { border-color: rgb(242,77,13); }

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