Html Css Color HEX #FF2E28 Red Orange

📋 copy color: '#FF2E28'

red 255 ◦ green 46 ◦ blue 40

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

Shades of Red Orange #FF2E28

Tints of Red Orange #FF2E28

RGB

 RED value IS 255 (100% from 255) = 74.78%

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 74.78%
G = 13.49%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF2E28 (or 0xFF2E28) is known color: Red Orange. HEX triplet: FF, 2E and 28. RGB value is (255,46,40). Sum of RGB (Red+Green+Blue) = 255+46+40=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E28 is #00D1D7. Grayscale: #6C6C6C. Windows color (decimal): -53720 or 2633471. OLE color: 2633471.

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

Color convert

RGB 255 46 40 -
CMYK 0 0.82 0.84 0
HSL 1.67º 1% 0.58% -
HSV(B) 1.67º 0.84% 1% -
XYZ 42.6 23.37 4.27 -
YUV 107.81 89.74 232.99 -
System Red Green Blue C M Y K H S L
Decimal 255 46 40 0 0.82 0.84 0 1.67 1 0.58
Hex FF 2E 28 0 52 54 0 2 64 3A
Octal 377 56 50 0 122 124 0 2 144 72
Binary 11111111 101110 101000 0 1010010 1010100 0 10 1100100 111010

Color Harmonies of #FF2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E28

Black with #FF2E28

Text Example


Text Example

White with #FF2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E28; }

 p { color: rgb(255,46,40); }

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

background-color css

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

 a { background-color: rgb(255,46,40); }

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

border-color css

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

 span { border-color: rgb(255,46,40); }

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