Html Css Color HEX #F52D1F Red Orange

📋 copy color: '#F52D1F'

red 245 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #F52D1F

Tints of Red Orange #F52D1F

RGB

 RED value IS 245 (96.09% from 255) = 76.32%

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

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

R = 76.32%
G = 14.02%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F52D1F (or 0xF52D1F) is known color: Red Orange. HEX triplet: F5, 2D and 1F. RGB value is (245,45,31). Sum of RGB (Red+Green+Blue) = 245+45+31=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D1F is #0AD2E0. Grayscale: #676767. Windows color (decimal): -709345 or 2043381. OLE color: 2043381.

HSL color Cylindrical-coordinate representation of color #F52D1F: hue angle of 3.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52D1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 45 31 -
CMYK 0 0.82 0.87 0.04
HSL 3.93º 0.91% 0.54% -
HSV(B) 3.93º 0.87% 0.96% -
XYZ 38.84 21.39 3.38 -
YUV 103.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 245 45 31 0 0.82 0.87 0.04 3.93 0.91 0.54
Hex F5 2D 1F 0 52 57 4 4 5B 36
Octal 365 55 37 0 122 127 4 4 133 66
Binary 11110101 101101 11111 0 1010010 1010111 100 100 1011011 110110

Color Harmonies of #F52D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D1F

Black with #F52D1F

Text Example


Text Example

White with #F52D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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