Html Css Color HEX #F83514 Scarlet

📋 copy color: '#F83514'

red 248 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #F83514

Tints of Scarlet #F83514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 77.26%
G = 16.51%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F83514 (or 0xF83514) is known color: Scarlet. HEX triplet: F8, 35 and 14. RGB value is (248,53,20). Sum of RGB (Red+Green+Blue) = 248+53+20=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F83514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83514 is #07CAEB. Grayscale: #6B6B6B. Windows color (decimal): -510700 or 1324536. OLE color: 1324536.

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

Color convert

RGB 248 53 20 -
CMYK 0 0.79 0.92 0.03
HSL 8.68º 0.94% 0.53% -
HSV(B) 8.68º 0.92% 0.97% -
XYZ 40.11 22.55 2.9 -
YUV 107.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 248 53 20 0 0.79 0.92 0.03 8.68 0.94 0.53
Hex F8 35 14 0 4F 5C 3 9 5E 35
Octal 370 65 24 0 117 134 3 11 136 65
Binary 11111000 110101 10100 0 1001111 1011100 11 1001 1011110 110101

Color Harmonies of #F83514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83514

Black with #F83514

Text Example


Text Example

White with #F83514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83514; }

 p { color: rgb(248,53,20); }

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

background-color css

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

 a { background-color: rgb(248,53,20); }

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

border-color css

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

 span { border-color: rgb(248,53,20); }

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