Html Css Color HEX #FF2E2C Red Orange

📋 copy color: '#FF2E2C'

red 255 ◦ green 46 ◦ blue 44

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

Shades of Red Orange #FF2E2C

Tints of Red Orange #FF2E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 73.91%
G = 13.33%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF2E2C (or 0xFF2E2C) is known color: Red Orange. HEX triplet: FF, 2E and 2C. RGB value is (255,46,44). Sum of RGB (Red+Green+Blue) = 255+46+44=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E2C is #00D1D3. Grayscale: #6C6C6C. Windows color (decimal): -53716 or 2895615. OLE color: 2895615.

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

Color convert

RGB 255 46 44 -
CMYK 0 0.82 0.83 0
HSL 0.57º 1% 0.59% -
HSV(B) 0.57º 0.83% 1% -
XYZ 42.67 23.4 4.65 -
YUV 108.26 91.74 232.66 -
System Red Green Blue C M Y K H S L
Decimal 255 46 44 0 0.82 0.83 0 0.57 1 0.59
Hex FF 2E 2C 0 52 53 0 1 64 3B
Octal 377 56 54 0 122 123 0 1 144 73
Binary 11111111 101110 101100 0 1010010 1010011 0 1 1100100 111011

Color Harmonies of #FF2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E2C

Black with #FF2E2C

Text Example


Text Example

White with #FF2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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