Html Css Color HEX #F82403 Scarlet

📋 copy color: '#F82403'

red 248 ◦ green 36 ◦ blue 3

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

Shades of Scarlet #F82403

Tints of Scarlet #F82403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 86.41%
G = 12.54%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F82403 (or 0xF82403) is known color: Scarlet. HEX triplet: F8, 24 and 03. RGB value is (248,36,3). Sum of RGB (Red+Green+Blue) = 248+36+3=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F82403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82403 is #07DBFC. Grayscale: #5F5F5F. Windows color (decimal): -515069 or 206072. OLE color: 206072.

HSL color Cylindrical-coordinate representation of color #F82403: hue angle of 8.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F82403 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 36 3 -
CMYK 0 0.85 0.99 0.03
HSL 8.08º 0.98% 0.49% -
HSV(B) 8.08º 0.99% 0.97% -
XYZ 39.36 21.22 2.11 -
YUV 95.63 75.74 236.68 -
System Red Green Blue C M Y K H S L
Decimal 248 36 3 0 0.85 0.99 0.03 8.08 0.98 0.49
Hex F8 24 3 0 55 63 3 8 62 31
Octal 370 44 3 0 125 143 3 10 142 61
Binary 11111000 100100 11 0 1010101 1100011 11 1000 1100010 110001

Color Harmonies of #F82403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82403

Black with #F82403

Text Example


Text Example

White with #F82403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82403; }

 p { color: rgb(248,36,3); }

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

background-color css

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

 a { background-color: rgb(248,36,3); }

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

border-color css

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

 span { border-color: rgb(248,36,3); }

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