Html Css Color HEX #F7281A Scarlet

📋 copy color: '#F7281A'

red 247 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #F7281A

Tints of Scarlet #F7281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 78.91%
G = 12.78%
B = 8.31%

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

#F7281A (or 0xF7281A) is known color: Scarlet. HEX triplet: F7, 28 and 1A. RGB value is (247,40,26). Sum of RGB (Red+Green+Blue) = 247+40+26=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7281A is #08D7E5. Grayscale: #646464. Windows color (decimal): -579558 or 1714423. OLE color: 1714423.

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

Color convert

RGB 247 40 26 -
CMYK 0 0.84 0.89 0.03
HSL 3.8º 0.93% 0.54% -
HSV(B) 3.8º 0.89% 0.97% -
XYZ 39.3 21.37 3.03 -
YUV 100.3 86.08 232.64 -
System Red Green Blue C M Y K H S L
Decimal 247 40 26 0 0.84 0.89 0.03 3.8 0.93 0.54
Hex F7 28 1A 0 54 59 3 4 5D 36
Octal 367 50 32 0 124 131 3 4 135 66
Binary 11110111 101000 11010 0 1010100 1011001 11 100 1011101 110110

Color Harmonies of #F7281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7281A

Black with #F7281A

Text Example


Text Example

White with #F7281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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