Html Css Color HEX #F72D21 Red Orange

📋 copy color: '#F72D21'

red 247 ◦ green 45 ◦ blue 33

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

Shades of Red Orange #F72D21

Tints of Red Orange #F72D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 76%
G = 13.85%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F72D21 (or 0xF72D21) is known color: Red Orange. HEX triplet: F7, 2D and 21. RGB value is (247,45,33). Sum of RGB (Red+Green+Blue) = 247+45+33=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D21 is #08D2DE. Grayscale: #686868. Windows color (decimal): -578271 or 2174455. OLE color: 2174455.

HSL color Cylindrical-coordinate representation of color #F72D21: hue angle of 3.36º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72D21 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 45 33 -
CMYK 0 0.82 0.87 0.03
HSL 3.36º 0.93% 0.55% -
HSV(B) 3.36º 0.87% 0.97% -
XYZ 39.57 21.76 3.55 -
YUV 104.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 247 45 33 0 0.82 0.87 0.03 3.36 0.93 0.55
Hex F7 2D 21 0 52 57 3 3 5D 37
Octal 367 55 41 0 122 127 3 3 135 67
Binary 11110111 101101 100001 0 1010010 1010111 11 11 1011101 110111

Color Harmonies of #F72D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D21

Black with #F72D21

Text Example


Text Example

White with #F72D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D21; }

 p { color: rgb(247,45,33); }

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

background-color css

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

 a { background-color: rgb(247,45,33); }

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

border-color css

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

 span { border-color: rgb(247,45,33); }

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