Html Css Color HEX #F72405 Scarlet

📋 copy color: '#F72405'

red 247 ◦ green 36 ◦ blue 5

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

Shades of Scarlet #F72405

Tints of Scarlet #F72405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 85.76%
G = 12.5%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F72405 (or 0xF72405) is known color: Scarlet. HEX triplet: F7, 24 and 05. RGB value is (247,36,5). Sum of RGB (Red+Green+Blue) = 247+36+5=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F72405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72405 is #08DBFA. Grayscale: #5F5F5F. Windows color (decimal): -580603 or 337143. OLE color: 337143.

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

Color convert

RGB 247 36 5 -
CMYK 0 0.85 0.98 0.03
HSL 7.69º 0.96% 0.49% -
HSV(B) 7.69º 0.98% 0.97% -
XYZ 39.02 21.05 2.15 -
YUV 95.56 76.9 236.02 -
System Red Green Blue C M Y K H S L
Decimal 247 36 5 0 0.85 0.98 0.03 7.69 0.96 0.49
Hex F7 24 5 0 55 62 3 8 60 31
Octal 367 44 5 0 125 142 3 10 140 61
Binary 11110111 100100 101 0 1010101 1100010 11 1000 1100000 110001

Color Harmonies of #F72405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72405

Black with #F72405

Text Example


Text Example

White with #F72405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72405; }

 p { color: rgb(247,36,5); }

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

background-color css

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

 a { background-color: rgb(247,36,5); }

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

border-color css

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

 span { border-color: rgb(247,36,5); }

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