Html Css Color HEX #FF2E2B Red Orange

📋 copy color: '#FF2E2B'

red 255 ◦ green 46 ◦ blue 43

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

Shades of Red Orange #FF2E2B

Tints of Red Orange #FF2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 74.13%
G = 13.37%
B = 12.5%

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

#FF2E2B (or 0xFF2E2B) is known color: Red Orange. HEX triplet: FF, 2E and 2B. RGB value is (255,46,43). Sum of RGB (Red+Green+Blue) = 255+46+43=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E2B is #00D1D4. Grayscale: #6C6C6C. Windows color (decimal): -53717 or 2830079. OLE color: 2830079.

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

Color convert

RGB 255 46 43 -
CMYK 0 0.82 0.83 0
HSL 0.85º 1% 0.58% -
HSV(B) 0.85º 0.83% 1% -
XYZ 42.65 23.39 4.55 -
YUV 108.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 255 46 43 0 0.82 0.83 0 0.85 1 0.58
Hex FF 2E 2B 0 52 53 0 1 64 3A
Octal 377 56 53 0 122 123 0 1 144 72
Binary 11111111 101110 101011 0 1010010 1010011 0 1 1100100 111010

Color Harmonies of #FF2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E2B

Black with #FF2E2B

Text Example


Text Example

White with #FF2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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