Html Css Color HEX #F82019 Scarlet

📋 copy color: '#F82019'

red 248 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #F82019

Tints of Scarlet #F82019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 81.31%
G = 10.49%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82019 (or 0xF82019) is known color: Scarlet. HEX triplet: F8, 20 and 19. RGB value is (248,32,25). Sum of RGB (Red+Green+Blue) = 248+32+25=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F82019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82019 is #07DFE6. Grayscale: #606060. Windows color (decimal): -516071 or 1646840. OLE color: 1646840.

HSL color Cylindrical-coordinate representation of color #F82019: hue angle of 1.88º 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 #F82019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 25 -
CMYK 0 0.87 0.90 0.03
HSL 1.88º 0.94% 0.54% -
HSV(B) 1.88º 0.9% 0.97% -
XYZ 39.4 21.06 2.91 -
YUV 95.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 248 32 25 0 0.87 0.90 0.03 1.88 0.94 0.54
Hex F8 20 19 0 57 5A 3 2 5E 36
Octal 370 40 31 0 127 132 3 2 136 66
Binary 11111000 100000 11001 0 1010111 1011010 11 10 1011110 110110

Color Harmonies of #F82019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82019

Black with #F82019

Text Example


Text Example

White with #F82019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82019; }

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

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

background-color css

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

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

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

border-color css

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

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

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