Html Css Color HEX #F92D19 Scarlet

📋 copy color: '#F92D19'

red 249 ◦ green 45 ◦ blue 25

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

Shades of Scarlet #F92D19

Tints of Scarlet #F92D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 78.06%
G = 14.11%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F92D19 (or 0xF92D19) is known color: Scarlet. HEX triplet: F9, 2D and 19. RGB value is (249,45,25). Sum of RGB (Red+Green+Blue) = 249+45+25=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92D19 is #06D2E6. Grayscale: #686868. Windows color (decimal): -447207 or 1650169. OLE color: 1650169.

HSL color Cylindrical-coordinate representation of color #F92D19: hue angle of 5.36º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F92D19 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 45 25 -
CMYK 0 0.82 0.90 0.02
HSL 5.36º 0.95% 0.54% -
HSV(B) 5.36º 0.9% 0.98% -
XYZ 40.18 22.09 3.07 -
YUV 103.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 249 45 25 0 0.82 0.90 0.02 5.36 0.95 0.54
Hex F9 2D 19 0 52 5A 2 5 5F 36
Octal 371 55 31 0 122 132 2 5 137 66
Binary 11111001 101101 11001 0 1010010 1011010 10 101 1011111 110110

Color Harmonies of #F92D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D19

Black with #F92D19

Text Example


Text Example

White with #F92D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D19; }

 p { color: rgb(249,45,25); }

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

background-color css

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

 a { background-color: rgb(249,45,25); }

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

border-color css

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

 span { border-color: rgb(249,45,25); }

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