Html Css Color HEX #F92413 Scarlet

📋 copy color: '#F92413'

red 249 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #F92413

Tints of Scarlet #F92413

RGB

 RED value IS 249 (97.66% from 255) = 81.91%

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 81.91%
G = 11.84%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F92413 (or 0xF92413) is known color: Scarlet. HEX triplet: F9, 24 and 13. RGB value is (249,36,19). Sum of RGB (Red+Green+Blue) = 249+36+19=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F92413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92413 is #06DBEC. Grayscale: #626262. Windows color (decimal): -449517 or 1254649. OLE color: 1254649.

HSL color Cylindrical-coordinate representation of color #F92413: hue angle of 4.43º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F92413 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 36 19 -
CMYK 0 0.86 0.92 0.02
HSL 4.43º 0.95% 0.53% -
HSV(B) 4.43º 0.92% 0.98% -
XYZ 39.82 21.45 2.66 -
YUV 97.75 83.57 235.88 -
System Red Green Blue C M Y K H S L
Decimal 249 36 19 0 0.86 0.92 0.02 4.43 0.95 0.53
Hex F9 24 13 0 56 5C 2 4 5F 35
Octal 371 44 23 0 126 134 2 4 137 65
Binary 11111001 100100 10011 0 1010110 1011100 10 100 1011111 110101

Color Harmonies of #F92413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92413

Black with #F92413

Text Example


Text Example

White with #F92413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92413; }

 p { color: rgb(249,36,19); }

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

background-color css

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

 a { background-color: rgb(249,36,19); }

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

border-color css

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

 span { border-color: rgb(249,36,19); }

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