Html Css Color HEX #F81807 Scarlet

📋 copy color: '#F81807'

red 248 ◦ green 24 ◦ blue 7

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

Shades of Scarlet #F81807

Tints of Scarlet #F81807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 88.89%
G = 8.6%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F81807 (or 0xF81807) is known color: Scarlet. HEX triplet: F8, 18 and 07. RGB value is (248,24,7). Sum of RGB (Red+Green+Blue) = 248+24+7=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F81807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81807 is #07E7F8. Grayscale: #595959. Windows color (decimal): -518137 or 465144. OLE color: 465144.

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

Color convert

RGB 248 24 7 -
CMYK 0 0.90 0.97 0.03
HSL 4.23º 0.95% 0.5% -
HSV(B) 4.23º 0.97% 0.97% -
XYZ 39.08 20.63 2.12 -
YUV 89.04 81.71 241.38 -
System Red Green Blue C M Y K H S L
Decimal 248 24 7 0 0.90 0.97 0.03 4.23 0.95 0.5
Hex F8 18 7 0 5A 61 3 4 5F 32
Octal 370 30 7 0 132 141 3 4 137 62
Binary 11111000 11000 111 0 1011010 1100001 11 100 1011111 110010

Color Harmonies of #F81807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81807

Black with #F81807

Text Example


Text Example

White with #F81807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81807; }

 p { color: rgb(248,24,7); }

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

background-color css

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

 a { background-color: rgb(248,24,7); }

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

border-color css

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

 span { border-color: rgb(248,24,7); }

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