Html Css Color HEX #F71D1B Scarlet

📋 copy color: '#F71D1B'

red 247 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #F71D1B

Tints of Scarlet #F71D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 81.52%
G = 9.57%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F71D1B (or 0xF71D1B) is known color: Scarlet. HEX triplet: F7, 1D and 1B. RGB value is (247,29,27). Sum of RGB (Red+Green+Blue) = 247+29+27=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D1B is #08E2E4. Grayscale: #5E5E5E. Windows color (decimal): -582373 or 1777143. OLE color: 1777143.

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

Color convert

RGB 247 29 27 -
CMYK 0 0.88 0.89 0.03
HSL 0.55º 0.93% 0.54% -
HSV(B) 0.55º 0.89% 0.97% -
XYZ 38.99 20.73 2.98 -
YUV 93.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 247 29 27 0 0.88 0.89 0.03 0.55 0.93 0.54
Hex F7 1D 1B 0 58 59 3 1 5D 36
Octal 367 35 33 0 130 131 3 1 135 66
Binary 11110111 11101 11011 0 1011000 1011001 11 1 1011101 110110

Color Harmonies of #F71D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D1B

Black with #F71D1B

Text Example


Text Example

White with #F71D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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