Html Css Color HEX #F82803 Scarlet

📋 copy color: '#F82803'

red 248 ◦ green 40 ◦ blue 3

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

Shades of Scarlet #F82803

Tints of Scarlet #F82803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 85.22%
G = 13.75%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F82803 (or 0xF82803) is known color: Scarlet. HEX triplet: F8, 28 and 03. RGB value is (248,40,3). Sum of RGB (Red+Green+Blue) = 248+40+3=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F82803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82803 is #07D7FC. Grayscale: #626262. Windows color (decimal): -514045 or 207096. OLE color: 207096.

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

Color convert

RGB 248 40 3 -
CMYK 0 0.84 0.99 0.03
HSL 9.06º 0.98% 0.49% -
HSV(B) 9.06º 0.99% 0.97% -
XYZ 39.49 21.48 2.15 -
YUV 97.97 74.41 235.01 -
System Red Green Blue C M Y K H S L
Decimal 248 40 3 0 0.84 0.99 0.03 9.06 0.98 0.49
Hex F8 28 3 0 54 63 3 9 62 31
Octal 370 50 3 0 124 143 3 11 142 61
Binary 11111000 101000 11 0 1010100 1100011 11 1001 1100010 110001

Color Harmonies of #F82803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82803

Black with #F82803

Text Example


Text Example

White with #F82803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82803; }

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

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

background-color css

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

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

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

border-color css

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

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

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