Html Css Color HEX #F52421 Red Orange

📋 copy color: '#F52421'

red 245 ◦ green 36 ◦ blue 33

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

Shades of Red Orange #F52421

Tints of Red Orange #F52421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 78.03%
G = 11.46%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F52421 (or 0xF52421) is known color: Red Orange. HEX triplet: F5, 24 and 21. RGB value is (245,36,33). Sum of RGB (Red+Green+Blue) = 245+36+33=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F52421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52421 is #0ADBDE. Grayscale: #626262. Windows color (decimal): -711647 or 2172149. OLE color: 2172149.

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

Color convert

RGB 245 36 33 -
CMYK 0 0.85 0.87 0.04
HSL 0.85º 0.91% 0.55% -
HSV(B) 0.85º 0.87% 0.96% -
XYZ 38.56 20.78 3.42 -
YUV 98.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 245 36 33 0 0.85 0.87 0.04 0.85 0.91 0.55
Hex F5 24 21 0 55 57 4 1 5B 37
Octal 365 44 41 0 125 127 4 1 133 67
Binary 11110101 100100 100001 0 1010101 1010111 100 1 1011011 110111

Color Harmonies of #F52421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52421

Black with #F52421

Text Example


Text Example

White with #F52421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52421; }

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

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

background-color css

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

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

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

border-color css

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

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

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