Html Css Color HEX #F52D21 Red Orange

📋 copy color: '#F52D21'

red 245 ◦ green 45 ◦ blue 33

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

Shades of Red Orange #F52D21

Tints of Red Orange #F52D21

RGB

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

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

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

R = 75.85%
G = 13.93%
B = 10.22%

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

#F52D21 (or 0xF52D21) is known color: Red Orange. HEX triplet: F5, 2D and 21. RGB value is (245,45,33). Sum of RGB (Red+Green+Blue) = 245+45+33=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52D21 is #0AD2DE. Grayscale: #676767. Windows color (decimal): -709343 or 2174453. OLE color: 2174453.

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

Color convert

RGB 245 45 33 -
CMYK 0 0.82 0.87 0.04
HSL 3.4º 0.91% 0.55% -
HSV(B) 3.4º 0.87% 0.96% -
XYZ 38.87 21.4 3.52 -
YUV 103.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 245 45 33 0 0.82 0.87 0.04 3.4 0.91 0.55
Hex F5 2D 21 0 52 57 4 3 5B 37
Octal 365 55 41 0 122 127 4 3 133 67
Binary 11110101 101101 100001 0 1010010 1010111 100 11 1011011 110111

Color Harmonies of #F52D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D21

Black with #F52D21

Text Example


Text Example

White with #F52D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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