Html Css Color HEX #F71C1C Scarlet

📋 copy color: '#F71C1C'

red 247 ◦ green 28 ◦ blue 28

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

Shades of Scarlet #F71C1C

Tints of Scarlet #F71C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 81.52%
G = 9.24%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F71C1C (or 0xF71C1C) is known color: Scarlet. HEX triplet: F7, 1C and 1C. RGB value is (247,28,28). Sum of RGB (Red+Green+Blue) = 247+28+28=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C1C is #08E3E3. Grayscale: #5D5D5D. Windows color (decimal): -582628 or 1842423. OLE color: 1842423.

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

Color convert

RGB 247 28 28 -
CMYK 0 0.89 0.89 0.03
HSL 0.93% 0.54% -
HSV(B) 0.89% 0.97% -
XYZ 38.98 20.69 3.04 -
YUV 93.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 247 28 28 0 0.89 0.89 0.03 0 0.93 0.54
Hex F7 1C 1C 0 59 59 3 0 5D 36
Octal 367 34 34 0 131 131 3 0 135 66
Binary 11110111 11100 11100 0 1011001 1011001 11 0 1011101 110110

Color Harmonies of #F71C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C1C

Black with #F71C1C

Text Example


Text Example

White with #F71C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C1C; }

 p { color: rgb(247,28,28); }

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

background-color css

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

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

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

border-color css

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

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

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