Html Css Color HEX #F82113 Scarlet

📋 copy color: '#F82113'

red 248 ◦ green 33 ◦ blue 19

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

Shades of Scarlet #F82113

Tints of Scarlet #F82113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 82.67%
G = 11%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F82113 (or 0xF82113) is known color: Scarlet. HEX triplet: F8, 21 and 13. RGB value is (248,33,19). Sum of RGB (Red+Green+Blue) = 248+33+19=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F82113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82113 is #07DEEC. Grayscale: #5F5F5F. Windows color (decimal): -515821 or 1253880. OLE color: 1253880.

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

Color convert

RGB 248 33 19 -
CMYK 0 0.87 0.92 0.03
HSL 3.67º 0.94% 0.52% -
HSV(B) 3.67º 0.92% 0.97% -
XYZ 39.37 21.09 2.61 -
YUV 95.69 84.73 236.64 -
System Red Green Blue C M Y K H S L
Decimal 248 33 19 0 0.87 0.92 0.03 3.67 0.94 0.52
Hex F8 21 13 0 57 5C 3 4 5E 34
Octal 370 41 23 0 127 134 3 4 136 64
Binary 11111000 100001 10011 0 1010111 1011100 11 100 1011110 110100

Color Harmonies of #F82113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82113

Black with #F82113

Text Example


Text Example

White with #F82113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82113; }

 p { color: rgb(248,33,19); }

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

background-color css

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

 a { background-color: rgb(248,33,19); }

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

border-color css

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

 span { border-color: rgb(248,33,19); }

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