Html Css Color HEX #FE2222 Red Orange

📋 copy color: '#FE2222'

red 254 ◦ green 34 ◦ blue 34

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

Shades of Red Orange #FE2222

Tints of Red Orange #FE2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 78.88%
G = 10.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE2222 (or 0xFE2222) is known color: Red Orange. HEX triplet: FE, 22 and 22. RGB value is (254,34,34). Sum of RGB (Red+Green+Blue) = 254+34+34=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2222 is #01DDDD. Grayscale: #646464. Windows color (decimal): -122334 or 2237182. OLE color: 2237182.

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

Color convert

RGB 254 34 34 -
CMYK 0 0.87 0.87 0.00
HSL 0.99% 0.56% -
HSV(B) 0.87% 1% -
XYZ 41.73 22.33 3.62 -
YUV 99.78 90.89 238 -
System Red Green Blue C M Y K H S L
Decimal 254 34 34 0 0.87 0.87 0.00 0 0.99 0.56
Hex FE 22 22 0 57 57 0 0 63 38
Octal 376 42 42 0 127 127 0 0 143 70
Binary 11111110 100010 100010 0 1010111 1010111 0 0 1100011 111000

Color Harmonies of #FE2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2222

Black with #FE2222

Text Example


Text Example

White with #FE2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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