Html Css Color HEX #FE2524 Red Orange

📋 copy color: '#FE2524'

red 254 ◦ green 37 ◦ blue 36

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

Shades of Red Orange #FE2524

Tints of Red Orange #FE2524

RGB

 RED value IS 254 (99.61% from 255) = 77.68%

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

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 77.68%
G = 11.31%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE2524 (or 0xFE2524) is known color: Red Orange. HEX triplet: FE, 25 and 24. RGB value is (254,37,36). Sum of RGB (Red+Green+Blue) = 254+37+36=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2524 is #01DADB. Grayscale: #656565. Windows color (decimal): -121564 or 2369022. OLE color: 2369022.

HSL color Cylindrical-coordinate representation of color #FE2524: hue angle of 0.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2524 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 37 36 -
CMYK 0 0.85 0.86 0.00
HSL 0.28º 0.99% 0.57% -
HSV(B) 0.28º 0.86% 1% -
XYZ 41.85 22.52 3.81 -
YUV 101.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 254 37 36 0 0.85 0.86 0.00 0.28 0.99 0.57
Hex FE 25 24 0 55 56 0 0 63 39
Octal 376 45 44 0 125 126 0 0 143 71
Binary 11111110 100101 100100 0 1010101 1010110 0 0 1100011 111001

Color Harmonies of #FE2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2524

Black with #FE2524

Text Example


Text Example

White with #FE2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2524; }

 p { color: rgb(254,37,36); }

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

background-color css

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

 a { background-color: rgb(254,37,36); }

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

border-color css

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

 span { border-color: rgb(254,37,36); }

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