Html Css Color HEX #FF2E2A Red Orange

📋 copy color: '#FF2E2A'

red 255 ◦ green 46 ◦ blue 42

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

Shades of Red Orange #FF2E2A

Tints of Red Orange #FF2E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 74.34%
G = 13.41%
B = 12.24%

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

#FF2E2A (or 0xFF2E2A) is known color: Red Orange. HEX triplet: FF, 2E and 2A. RGB value is (255,46,42). Sum of RGB (Red+Green+Blue) = 255+46+42=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E2A is #00D1D5. Grayscale: #6C6C6C. Windows color (decimal): -53718 or 2764543. OLE color: 2764543.

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

Color convert

RGB 255 46 42 -
CMYK 0 0.82 0.84 0
HSL 1.13º 1% 0.58% -
HSV(B) 1.13º 0.84% 1% -
XYZ 42.63 23.38 4.46 -
YUV 108.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 255 46 42 0 0.82 0.84 0 1.13 1 0.58
Hex FF 2E 2A 0 52 54 0 1 64 3A
Octal 377 56 52 0 122 124 0 1 144 72
Binary 11111111 101110 101010 0 1010010 1010100 0 1 1100100 111010

Color Harmonies of #FF2E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E2A

Black with #FF2E2A

Text Example


Text Example

White with #FF2E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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