Html Css Color HEX #F72610 Scarlet

📋 copy color: '#F72610'

red 247 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #F72610

Tints of Scarlet #F72610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 82.06%
G = 12.62%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F72610 (or 0xF72610) is known color: Scarlet. HEX triplet: F7, 26 and 10. RGB value is (247,38,16). Sum of RGB (Red+Green+Blue) = 247+38+16=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F72610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72610 is #08D9EF. Grayscale: #626262. Windows color (decimal): -580080 or 1058551. OLE color: 1058551.

HSL color Cylindrical-coordinate representation of color #F72610: hue angle of 5.71º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F72610 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 38 16 -
CMYK 0 0.85 0.94 0.03
HSL 5.71º 0.94% 0.52% -
HSV(B) 5.71º 0.94% 0.97% -
XYZ 39.14 21.2 2.52 -
YUV 97.98 81.74 234.29 -
System Red Green Blue C M Y K H S L
Decimal 247 38 16 0 0.85 0.94 0.03 5.71 0.94 0.52
Hex F7 26 10 0 55 5E 3 6 5E 34
Octal 367 46 20 0 125 136 3 6 136 64
Binary 11110111 100110 10000 0 1010101 1011110 11 110 1011110 110100

Color Harmonies of #F72610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72610

Black with #F72610

Text Example


Text Example

White with #F72610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72610; }

 p { color: rgb(247,38,16); }

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

background-color css

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

 a { background-color: rgb(247,38,16); }

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

border-color css

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

 span { border-color: rgb(247,38,16); }

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