Html Css Color HEX #F81C10 Scarlet

📋 copy color: '#F81C10'

red 248 ◦ green 28 ◦ blue 16

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

Shades of Scarlet #F81C10

Tints of Scarlet #F81C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 84.93%
G = 9.59%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F81C10 (or 0xF81C10) is known color: Scarlet. HEX triplet: F8, 1C and 10. RGB value is (248,28,16). Sum of RGB (Red+Green+Blue) = 248+28+16=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C10 is #07E3EF. Grayscale: #5C5C5C. Windows color (decimal): -517104 or 1055992. OLE color: 1055992.

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

Color convert

RGB 248 28 16 -
CMYK 0 0.89 0.94 0.03
HSL 3.1º 0.94% 0.52% -
HSV(B) 3.1º 0.94% 0.97% -
XYZ 39.22 20.82 2.44 -
YUV 92.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 248 28 16 0 0.89 0.94 0.03 3.1 0.94 0.52
Hex F8 1C 10 0 59 5E 3 3 5E 34
Octal 370 34 20 0 131 136 3 3 136 64
Binary 11111000 11100 10000 0 1011001 1011110 11 11 1011110 110100

Color Harmonies of #F81C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C10

Black with #F81C10

Text Example


Text Example

White with #F81C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C10; }

 p { color: rgb(248,28,16); }

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

background-color css

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

 a { background-color: rgb(248,28,16); }

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

border-color css

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

 span { border-color: rgb(248,28,16); }

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