Html Css Color HEX #F82510 Scarlet

📋 copy color: '#F82510'

red 248 ◦ green 37 ◦ blue 16

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

Shades of Scarlet #F82510

Tints of Scarlet #F82510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 82.39%
G = 12.29%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F82510 (or 0xF82510) is known color: Scarlet. HEX triplet: F8, 25 and 10. RGB value is (248,37,16). Sum of RGB (Red+Green+Blue) = 248+37+16=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F82510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82510 is #07DAEF. Grayscale: #616161. Windows color (decimal): -514800 or 1058296. OLE color: 1058296.

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

Color convert

RGB 248 37 16 -
CMYK 0 0.85 0.94 0.03
HSL 5.43º 0.94% 0.52% -
HSV(B) 5.43º 0.94% 0.97% -
XYZ 39.47 21.32 2.52 -
YUV 97.7 81.9 235.21 -
System Red Green Blue C M Y K H S L
Decimal 248 37 16 0 0.85 0.94 0.03 5.43 0.94 0.52
Hex F8 25 10 0 55 5E 3 5 5E 34
Octal 370 45 20 0 125 136 3 5 136 64
Binary 11111000 100101 10000 0 1010101 1011110 11 101 1011110 110100

Color Harmonies of #F82510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82510

Black with #F82510

Text Example


Text Example

White with #F82510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82510; }

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

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

background-color css

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

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

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

border-color css

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

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

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