Html Css Color HEX #FF2E1E Red Orange

📋 copy color: '#FF2E1E'

red 255 ◦ green 46 ◦ blue 30

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

Shades of Red Orange #FF2E1E

Tints of Red Orange #FF2E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 77.04%
G = 13.9%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF2E1E (or 0xFF2E1E) is known color: Red Orange. HEX triplet: FF, 2E and 1E. RGB value is (255,46,30). Sum of RGB (Red+Green+Blue) = 255+46+30=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E1E is #00D1E1. Grayscale: #6A6A6A. Windows color (decimal): -53730 or 1978111. OLE color: 1978111.

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

Color convert

RGB 255 46 30 -
CMYK 0 0.82 0.88 0
HSL 4.27º 1% 0.56% -
HSV(B) 4.27º 0.88% 1% -
XYZ 42.45 23.31 3.49 -
YUV 106.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 255 46 30 0 0.82 0.88 0 4.27 1 0.56
Hex FF 2E 1E 0 52 58 0 4 64 38
Octal 377 56 36 0 122 130 0 4 144 70
Binary 11111111 101110 11110 0 1010010 1011000 0 100 1100100 111000

Color Harmonies of #FF2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E1E

Black with #FF2E1E

Text Example


Text Example

White with #FF2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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