Html Css Color HEX #FE2521 Red Orange

📋 copy color: '#FE2521'

red 254 ◦ green 37 ◦ blue 33

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

Shades of Red Orange #FE2521

Tints of Red Orange #FE2521

RGB

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

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

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

R = 78.4%
G = 11.42%
B = 10.19%

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

#FE2521 (or 0xFE2521) is known color: Red Orange. HEX triplet: FE, 25 and 21. RGB value is (254,37,33). Sum of RGB (Red+Green+Blue) = 254+37+33=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2521 is #01DADE. Grayscale: #656565. Windows color (decimal): -121567 or 2172414. OLE color: 2172414.

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

Color convert

RGB 254 37 33 -
CMYK 0 0.85 0.87 0.00
HSL 1.09º 0.99% 0.56% -
HSV(B) 1.09º 0.87% 1% -
XYZ 41.81 22.5 3.58 -
YUV 101.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 254 37 33 0 0.85 0.87 0.00 1.09 0.99 0.56
Hex FE 25 21 0 55 57 0 1 63 38
Octal 376 45 41 0 125 127 0 1 143 70
Binary 11111110 100101 100001 0 1010101 1010111 0 1 1100011 111000

Color Harmonies of #FE2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2521

Black with #FE2521

Text Example


Text Example

White with #FE2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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