Html Css Color HEX #F72D1F Red Orange

📋 copy color: '#F72D1F'

red 247 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #F72D1F

Tints of Red Orange #F72D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 76.47%
G = 13.93%
B = 9.6%

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

#F72D1F (or 0xF72D1F) is known color: Red Orange. HEX triplet: F7, 2D and 1F. RGB value is (247,45,31). Sum of RGB (Red+Green+Blue) = 247+45+31=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D1F is #08D2E0. Grayscale: #686868. Windows color (decimal): -578273 or 2043383. OLE color: 2043383.

HSL color Cylindrical-coordinate representation of color #F72D1F: hue angle of 3.89º 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 #F72D1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 45 31 -
CMYK 0 0.82 0.87 0.03
HSL 3.89º 0.93% 0.55% -
HSV(B) 3.89º 0.87% 0.97% -
XYZ 39.54 21.75 3.41 -
YUV 103.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 247 45 31 0 0.82 0.87 0.03 3.89 0.93 0.55
Hex F7 2D 1F 0 52 57 3 4 5D 37
Octal 367 55 37 0 122 127 3 4 135 67
Binary 11110111 101101 11111 0 1010010 1010111 11 100 1011101 110111

Color Harmonies of #F72D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D1F

Black with #F72D1F

Text Example


Text Example

White with #F72D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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