Html Css Color HEX #FE2522 Red Orange

📋 copy color: '#FE2522'

red 254 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #FE2522

Tints of Red Orange #FE2522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 78.15%
G = 11.38%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE2522 (or 0xFE2522) is known color: Red Orange. HEX triplet: FE, 25 and 22. RGB value is (254,37,34). Sum of RGB (Red+Green+Blue) = 254+37+34=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2522 is #01DADD. Grayscale: #656565. Windows color (decimal): -121566 or 2237950. OLE color: 2237950.

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

Color convert

RGB 254 37 34 -
CMYK 0 0.85 0.87 0.00
HSL 0.82º 0.99% 0.56% -
HSV(B) 0.82º 0.87% 1% -
XYZ 41.82 22.51 3.65 -
YUV 101.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 254 37 34 0 0.85 0.87 0.00 0.82 0.99 0.56
Hex FE 25 22 0 55 57 0 1 63 38
Octal 376 45 42 0 125 127 0 1 143 70
Binary 11111110 100101 100010 0 1010101 1010111 0 1 1100011 111000

Color Harmonies of #FE2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2522

Black with #FE2522

Text Example


Text Example

White with #FE2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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