Html Css Color HEX #F72D2C Red Orange

📋 copy color: '#F72D2C'

red 247 ◦ green 45 ◦ blue 44

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

Shades of Red Orange #F72D2C

Tints of Red Orange #F72D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 73.51%
G = 13.39%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F72D2C (or 0xF72D2C) is known color: Red Orange. HEX triplet: F7, 2D and 2C. RGB value is (247,45,44). Sum of RGB (Red+Green+Blue) = 247+45+44=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D2C is #08D2D3. Grayscale: #696969. Windows color (decimal): -578260 or 2895351. OLE color: 2895351.

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

Color convert

RGB 247 45 44 -
CMYK 0 0.82 0.82 0.03
HSL 0.3º 0.93% 0.57% -
HSV(B) 0.3º 0.82% 0.97% -
XYZ 39.75 21.83 4.5 -
YUV 105.28 93.42 229.08 -
System Red Green Blue C M Y K H S L
Decimal 247 45 44 0 0.82 0.82 0.03 0.3 0.93 0.57
Hex F7 2D 2C 0 52 52 3 0 5D 39
Octal 367 55 54 0 122 122 3 0 135 71
Binary 11110111 101101 101100 0 1010010 1010010 11 0 1011101 111001

Color Harmonies of #F72D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D2C

Black with #F72D2C

Text Example


Text Example

White with #F72D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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