Html Css Color HEX #F71B0F Scarlet

📋 copy color: '#F71B0F'

red 247 ◦ green 27 ◦ blue 15

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

Shades of Scarlet #F71B0F

Tints of Scarlet #F71B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 85.47%
G = 9.34%
B = 5.19%

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

#F71B0F (or 0xF71B0F) is known color: Scarlet. HEX triplet: F7, 1B and 0F. RGB value is (247,27,15). Sum of RGB (Red+Green+Blue) = 247+27+15=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71B0F is #08E4F0. Grayscale: #5B5B5B. Windows color (decimal): -582897 or 990199. OLE color: 990199.

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

Color convert

RGB 247 27 15 -
CMYK 0 0.89 0.94 0.03
HSL 3.1º 0.94% 0.51% -
HSV(B) 3.1º 0.94% 0.97% -
XYZ 38.84 20.59 2.38 -
YUV 91.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 247 27 15 0 0.89 0.94 0.03 3.1 0.94 0.51
Hex F7 1B F 0 59 5E 3 3 5E 33
Octal 367 33 17 0 131 136 3 3 136 63
Binary 11110111 11011 1111 0 1011001 1011110 11 11 1011110 110011

Color Harmonies of #F71B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B0F

Black with #F71B0F

Text Example


Text Example

White with #F71B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B0F; }

 p { color: rgb(247,27,15); }

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

background-color css

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

 a { background-color: rgb(247,27,15); }

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

border-color css

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

 span { border-color: rgb(247,27,15); }

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