Html Css Color HEX #F7281E Scarlet

📋 copy color: '#F7281E'

red 247 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #F7281E

Tints of Scarlet #F7281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 77.92%
G = 12.62%
B = 9.46%

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

#F7281E (or 0xF7281E) is known color: Scarlet. HEX triplet: F7, 28 and 1E. RGB value is (247,40,30). Sum of RGB (Red+Green+Blue) = 247+40+30=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F7281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7281E is #08D7E1. Grayscale: #646464. Windows color (decimal): -579554 or 1976567. OLE color: 1976567.

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

Color convert

RGB 247 40 30 -
CMYK 0 0.84 0.88 0.03
HSL 2.76º 0.93% 0.54% -
HSV(B) 2.76º 0.88% 0.97% -
XYZ 39.35 21.39 3.28 -
YUV 100.75 88.08 232.31 -
System Red Green Blue C M Y K H S L
Decimal 247 40 30 0 0.84 0.88 0.03 2.76 0.93 0.54
Hex F7 28 1E 0 54 58 3 3 5D 36
Octal 367 50 36 0 124 130 3 3 135 66
Binary 11110111 101000 11110 0 1010100 1011000 11 11 1011101 110110

Color Harmonies of #F7281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7281E

Black with #F7281E

Text Example


Text Example

White with #F7281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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