Html Css Color HEX #F72302 Scarlet

📋 copy color: '#F72302'

red 247 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #F72302

Tints of Scarlet #F72302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 86.97%
G = 12.32%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F72302 (or 0xF72302) is known color: Scarlet. HEX triplet: F7, 23 and 02. RGB value is (247,35,2). Sum of RGB (Red+Green+Blue) = 247+35+2=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F72302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72302 is #08DCFD. Grayscale: #5E5E5E. Windows color (decimal): -580862 or 140279. OLE color: 140279.

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

Color convert

RGB 247 35 2 -
CMYK 0 0.86 0.99 0.03
HSL 8.08º 0.98% 0.49% -
HSV(B) 8.08º 0.99% 0.97% -
XYZ 38.97 20.98 2.05 -
YUV 94.63 75.74 236.68 -
System Red Green Blue C M Y K H S L
Decimal 247 35 2 0 0.86 0.99 0.03 8.08 0.98 0.49
Hex F7 23 2 0 56 63 3 8 62 31
Octal 367 43 2 0 126 143 3 10 142 61
Binary 11110111 100011 10 0 1010110 1100011 11 1000 1100010 110001

Color Harmonies of #F72302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72302

Black with #F72302

Text Example


Text Example

White with #F72302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72302; }

 p { color: rgb(247,35,2); }

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

background-color css

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

 a { background-color: rgb(247,35,2); }

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

border-color css

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

 span { border-color: rgb(247,35,2); }

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