Html Css Color HEX #F7281B Scarlet

📋 copy color: '#F7281B'

red 247 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F7281B

Tints of Scarlet #F7281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 78.66%
G = 12.74%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7281B (or 0xF7281B) is known color: Scarlet. HEX triplet: F7, 28 and 1B. RGB value is (247,40,27). Sum of RGB (Red+Green+Blue) = 247+40+27=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7281B is #08D7E4. Grayscale: #646464. Windows color (decimal): -579557 or 1779959. OLE color: 1779959.

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

Color convert

RGB 247 40 27 -
CMYK 0 0.84 0.89 0.03
HSL 3.55º 0.93% 0.54% -
HSV(B) 3.55º 0.89% 0.97% -
XYZ 39.31 21.37 3.09 -
YUV 100.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 247 40 27 0 0.84 0.89 0.03 3.55 0.93 0.54
Hex F7 28 1B 0 54 59 3 4 5D 36
Octal 367 50 33 0 124 131 3 4 135 66
Binary 11110111 101000 11011 0 1010100 1011001 11 100 1011101 110110

Color Harmonies of #F7281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7281B

Black with #F7281B

Text Example


Text Example

White with #F7281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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