Html Css Color HEX #F82F19 Scarlet

📋 copy color: '#F82F19'

red 248 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #F82F19

Tints of Scarlet #F82F19

RGB

 RED value IS 248 (97.27% from 255) = 77.5%

 GREEN value IS 47 (18.75% from 255) = 14.69%

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

R = 77.5%
G = 14.69%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82F19 (or 0xF82F19) is known color: Scarlet. HEX triplet: F8, 2F and 19. RGB value is (248,47,25). Sum of RGB (Red+Green+Blue) = 248+47+25=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82F19 is #07D0E6. Grayscale: #686868. Windows color (decimal): -512231 or 1650680. OLE color: 1650680.

HSL color Cylindrical-coordinate representation of color #F82F19: hue angle of 5.92º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82F19 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 25 -
CMYK 0 0.81 0.90 0.03
HSL 5.92º 0.94% 0.54% -
HSV(B) 5.92º 0.9% 0.97% -
XYZ 39.9 22.06 3.07 -
YUV 104.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 248 47 25 0 0.81 0.90 0.03 5.92 0.94 0.54
Hex F8 2F 19 0 51 5A 3 6 5E 36
Octal 370 57 31 0 121 132 3 6 136 66
Binary 11111000 101111 11001 0 1010001 1011010 11 110 1011110 110110

Color Harmonies of #F82F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F19

Black with #F82F19

Text Example


Text Example

White with #F82F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F19; }

 p { color: rgb(248,47,25); }

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

background-color css

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

 a { background-color: rgb(248,47,25); }

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

border-color css

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

 span { border-color: rgb(248,47,25); }

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