Html Css Color HEX #F7271D Scarlet

📋 copy color: '#F7271D'

red 247 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #F7271D

Tints of Scarlet #F7271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 78.41%
G = 12.38%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7271D (or 0xF7271D) is known color: Scarlet. HEX triplet: F7, 27 and 1D. RGB value is (247,39,29). Sum of RGB (Red+Green+Blue) = 247+39+29=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7271D is #08D8E2. Grayscale: #646464. Windows color (decimal): -579811 or 1910775. OLE color: 1910775.

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

Color convert

RGB 247 39 29 -
CMYK 0 0.84 0.88 0.03
HSL 2.75º 0.93% 0.54% -
HSV(B) 2.75º 0.88% 0.97% -
XYZ 39.31 21.31 3.2 -
YUV 100.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 247 39 29 0 0.84 0.88 0.03 2.75 0.93 0.54
Hex F7 27 1D 0 54 58 3 3 5D 36
Octal 367 47 35 0 124 130 3 3 135 66
Binary 11110111 100111 11101 0 1010100 1011000 11 11 1011101 110110

Color Harmonies of #F7271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7271D

Black with #F7271D

Text Example


Text Example

White with #F7271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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