Html Css Color HEX #F12521 Red Orange

📋 copy color: '#F12521'

red 241 ◦ green 37 ◦ blue 33

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

Shades of Red Orange #F12521

Tints of Red Orange #F12521

RGB

 RED value IS 241 (94.53% from 255) = 77.49%

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 77.49%
G = 11.9%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F12521 (or 0xF12521) is known color: Red Orange. HEX triplet: F1, 25 and 21. RGB value is (241,37,33). Sum of RGB (Red+Green+Blue) = 241+37+33=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12521 is #0EDADE. Grayscale: #616161. Windows color (decimal): -973535 or 2172401. OLE color: 2172401.

HSL color Cylindrical-coordinate representation of color #F12521: hue angle of 1.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12521 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 33 -
CMYK 0 0.85 0.86 0.05
HSL 1.15º 0.88% 0.54% -
HSV(B) 1.15º 0.86% 0.95% -
XYZ 37.21 20.13 3.36 -
YUV 97.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 241 37 33 0 0.85 0.86 0.05 1.15 0.88 0.54
Hex F1 25 21 0 55 56 5 1 58 36
Octal 361 45 41 0 125 126 5 1 130 66
Binary 11110001 100101 100001 0 1010101 1010110 101 1 1011000 110110

Color Harmonies of #F12521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12521

Black with #F12521

Text Example


Text Example

White with #F12521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12521; }

 p { color: rgb(241,37,33); }

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

background-color css

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

 a { background-color: rgb(241,37,33); }

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

border-color css

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

 span { border-color: rgb(241,37,33); }

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