Html Css Color HEX #F82010 Scarlet

📋 copy color: '#F82010'

red 248 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #F82010

Tints of Scarlet #F82010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 83.78%
G = 10.81%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F82010 (or 0xF82010) is known color: Scarlet. HEX triplet: F8, 20 and 10. RGB value is (248,32,16). Sum of RGB (Red+Green+Blue) = 248+32+16=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F82010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82010 is #07DFEF. Grayscale: #5F5F5F. Windows color (decimal): -516080 or 1057016. OLE color: 1057016.

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

Color convert

RGB 248 32 16 -
CMYK 0 0.87 0.94 0.03
HSL 4.14º 0.94% 0.52% -
HSV(B) 4.14º 0.94% 0.97% -
XYZ 39.32 21.03 2.48 -
YUV 94.76 83.56 237.3 -
System Red Green Blue C M Y K H S L
Decimal 248 32 16 0 0.87 0.94 0.03 4.14 0.94 0.52
Hex F8 20 10 0 57 5E 3 4 5E 34
Octal 370 40 20 0 127 136 3 4 136 64
Binary 11111000 100000 10000 0 1010111 1011110 11 100 1011110 110100

Color Harmonies of #F82010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82010

Black with #F82010

Text Example


Text Example

White with #F82010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82010; }

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

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

background-color css

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

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

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

border-color css

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

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

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