Html Css Color HEX #F83001 Scarlet

📋 copy color: '#F83001'

red 248 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #F83001

Tints of Scarlet #F83001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 83.5%
G = 16.16%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83001 (or 0xF83001) is known color: Scarlet. HEX triplet: F8, 30 and 01. RGB value is (248,48,1). Sum of RGB (Red+Green+Blue) = 248+48+1=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F83001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83001 is #07CFFE. Grayscale: #666666. Windows color (decimal): -511999 or 78072. OLE color: 78072.

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

Color convert

RGB 248 48 1 -
CMYK 0 0.81 1.00 0.03
HSL 11.42º 0.99% 0.49% -
HSV(B) 11.42º 1% 0.97% -
XYZ 39.77 22.07 2.19 -
YUV 102.44 70.76 231.82 -
System Red Green Blue C M Y K H S L
Decimal 248 48 1 0 0.81 1.00 0.03 11.42 0.99 0.49
Hex F8 30 1 0 51 64 3 B 63 31
Octal 370 60 1 0 121 144 3 13 143 61
Binary 11111000 110000 1 0 1010001 1100100 11 1011 1100011 110001

Color Harmonies of #F83001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83001

Black with #F83001

Text Example


Text Example

White with #F83001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83001; }

 p { color: rgb(248,48,1); }

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

background-color css

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

 a { background-color: rgb(248,48,1); }

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

border-color css

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

 span { border-color: rgb(248,48,1); }

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