Html Css Color HEX #F71E10 Scarlet

📋 copy color: '#F71E10'

red 247 ◦ green 30 ◦ blue 16

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

Shades of Scarlet #F71E10

Tints of Scarlet #F71E10

RGB

 RED value IS 247 (96.88% from 255) = 84.3%

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 84.3%
G = 10.24%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F71E10 (or 0xF71E10) is known color: Scarlet. HEX triplet: F7, 1E and 10. RGB value is (247,30,16). Sum of RGB (Red+Green+Blue) = 247+30+16=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71E10 is #08E1EF. Grayscale: #5D5D5D. Windows color (decimal): -582128 or 1056503. OLE color: 1056503.

HSL color Cylindrical-coordinate representation of color #F71E10: hue angle of 3.64º 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 #F71E10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 30 16 -
CMYK 0 0.88 0.94 0.03
HSL 3.64º 0.94% 0.52% -
HSV(B) 3.64º 0.94% 0.97% -
XYZ 38.92 20.74 2.44 -
YUV 93.29 84.39 237.64 -
System Red Green Blue C M Y K H S L
Decimal 247 30 16 0 0.88 0.94 0.03 3.64 0.94 0.52
Hex F7 1E 10 0 58 5E 3 4 5E 34
Octal 367 36 20 0 130 136 3 4 136 64
Binary 11110111 11110 10000 0 1011000 1011110 11 100 1011110 110100

Color Harmonies of #F71E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E10

Black with #F71E10

Text Example


Text Example

White with #F71E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E10; }

 p { color: rgb(247,30,16); }

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

background-color css

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

 a { background-color: rgb(247,30,16); }

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

border-color css

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

 span { border-color: rgb(247,30,16); }

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