Html Css Color HEX #F8281E Scarlet

📋 copy color: '#F8281E'

red 248 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #F8281E

Tints of Scarlet #F8281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 77.99%
G = 12.58%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8281E (or 0xF8281E) is known color: Scarlet. HEX triplet: F8, 28 and 1E. RGB value is (248,40,30). Sum of RGB (Red+Green+Blue) = 248+40+30=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F8281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8281E is #07D7E1. Grayscale: #656565. Windows color (decimal): -514018 or 1976568. OLE color: 1976568.

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

Color convert

RGB 248 40 30 -
CMYK 0 0.84 0.88 0.03
HSL 2.75º 0.94% 0.55% -
HSV(B) 2.75º 0.88% 0.97% -
XYZ 39.7 21.57 3.3 -
YUV 101.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 248 40 30 0 0.84 0.88 0.03 2.75 0.94 0.55
Hex F8 28 1E 0 54 58 3 3 5E 37
Octal 370 50 36 0 124 130 3 3 136 67
Binary 11111000 101000 11110 0 1010100 1011000 11 11 1011110 110111

Color Harmonies of #F8281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8281E

Black with #F8281E

Text Example


Text Example

White with #F8281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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