Html Css Color HEX #F71E1D Scarlet

📋 copy color: '#F71E1D'

red 247 ◦ green 30 ◦ blue 29

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

Shades of Scarlet #F71E1D

Tints of Scarlet #F71E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 80.72%
G = 9.8%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F71E1D (or 0xF71E1D) is known color: Scarlet. HEX triplet: F7, 1E and 1D. RGB value is (247,30,29). Sum of RGB (Red+Green+Blue) = 247+30+29=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E1D is #08E1E2. Grayscale: #5E5E5E. Windows color (decimal): -582115 or 1908471. OLE color: 1908471.

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

Color convert

RGB 247 30 29 -
CMYK 0 0.88 0.88 0.03
HSL 0.28º 0.93% 0.54% -
HSV(B) 0.28º 0.88% 0.97% -
XYZ 39.04 20.79 3.12 -
YUV 94.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 247 30 29 0 0.88 0.88 0.03 0.28 0.93 0.54
Hex F7 1E 1D 0 58 58 3 0 5D 36
Octal 367 36 35 0 130 130 3 0 135 66
Binary 11110111 11110 11101 0 1011000 1011000 11 0 1011101 110110

Color Harmonies of #F71E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E1D

Black with #F71E1D

Text Example


Text Example

White with #F71E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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