Html Css Color HEX #F7281C Scarlet

📋 copy color: '#F7281C'

red 247 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #F7281C

Tints of Scarlet #F7281C

RGB

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

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

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

R = 78.41%
G = 12.7%
B = 8.89%

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

#F7281C (or 0xF7281C) is known color: Scarlet. HEX triplet: F7, 28 and 1C. RGB value is (247,40,28). Sum of RGB (Red+Green+Blue) = 247+40+28=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7281C is #08D7E3. Grayscale: #646464. Windows color (decimal): -579556 or 1845495. OLE color: 1845495.

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

Color convert

RGB 247 40 28 -
CMYK 0 0.84 0.89 0.03
HSL 3.29º 0.93% 0.54% -
HSV(B) 3.29º 0.89% 0.97% -
XYZ 39.33 21.38 3.15 -
YUV 100.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 247 40 28 0 0.84 0.89 0.03 3.29 0.93 0.54
Hex F7 28 1C 0 54 59 3 3 5D 36
Octal 367 50 34 0 124 131 3 3 135 66
Binary 11110111 101000 11100 0 1010100 1011001 11 11 1011101 110110

Color Harmonies of #F7281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7281C

Black with #F7281C

Text Example


Text Example

White with #F7281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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