Html Css Color HEX #FE2523 Red Orange

📋 copy color: '#FE2523'

red 254 ◦ green 37 ◦ blue 35

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

Shades of Red Orange #FE2523

Tints of Red Orange #FE2523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 77.91%
G = 11.35%
B = 10.74%

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

#FE2523 (or 0xFE2523) is known color: Red Orange. HEX triplet: FE, 25 and 23. RGB value is (254,37,35). Sum of RGB (Red+Green+Blue) = 254+37+35=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2523 is #01DADC. Grayscale: #656565. Windows color (decimal): -121565 or 2303486. OLE color: 2303486.

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

Color convert

RGB 254 37 35 -
CMYK 0 0.85 0.86 0.00
HSL 0.55º 0.99% 0.57% -
HSV(B) 0.55º 0.86% 1% -
XYZ 41.84 22.52 3.73 -
YUV 101.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 254 37 35 0 0.85 0.86 0.00 0.55 0.99 0.57
Hex FE 25 23 0 55 56 0 1 63 39
Octal 376 45 43 0 125 126 0 1 143 71
Binary 11111110 100101 100011 0 1010101 1010110 0 1 1100011 111001

Color Harmonies of #FE2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2523

Black with #FE2523

Text Example


Text Example

White with #FE2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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