Html Css Color HEX #F81700 Scarlet

📋 copy color: '#F81700'

red 248 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #F81700

Tints of Scarlet #F81700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.51%
G = 8.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F81700 (or 0xF81700) is known color: Scarlet. HEX triplet: F8, 17 and 00. RGB value is (248,23,0). Sum of RGB (Red+Green+Blue) = 248+23+0=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F81700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81700 is #07E8FF. Grayscale: #575757. Windows color (decimal): -518400 or 6136. OLE color: 6136.

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

Color convert

RGB 248 23 0 -
CMYK 0 0.91 1 0.03
HSL 5.56º 1% 0.49% -
HSV(B) 5.56º 1% 0.97% -
XYZ 39.02 20.57 1.91 -
YUV 87.65 78.54 242.37 -
System Red Green Blue C M Y K H S L
Decimal 248 23 0 0 0.91 1 0.03 5.56 1 0.49
Hex F8 17 0 0 5B 64 3 6 64 31
Octal 370 27 0 0 133 144 3 6 144 61
Binary 11111000 10111 0 0 1011011 1100100 11 110 1100100 110001

Color Harmonies of #F81700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81700

Black with #F81700

Text Example


Text Example

White with #F81700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81700; }

 p { color: rgb(248,23,0); }

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

background-color css

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

 a { background-color: rgb(248,23,0); }

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

border-color css

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

 span { border-color: rgb(248,23,0); }

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