Html Css Color HEX #FF2D1E Red Orange

📋 copy color: '#FF2D1E'

red 255 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #FF2D1E

Tints of Red Orange #FF2D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

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

R = 77.27%
G = 13.64%
B = 9.09%

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

#FF2D1E (or 0xFF2D1E) is known color: Red Orange. HEX triplet: FF, 2D and 1E. RGB value is (255,45,30). Sum of RGB (Red+Green+Blue) = 255+45+30=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D1E is #00D2E1. Grayscale: #6A6A6A. Windows color (decimal): -53986 or 1977855. OLE color: 1977855.

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

Color convert

RGB 255 45 30 -
CMYK 0 0.82 0.88 0
HSL 1% 0.56% -
HSV(B) 0.88% 1% -
XYZ 42.41 23.23 3.48 -
YUV 106.08 85.07 234.22 -
System Red Green Blue C M Y K H S L
Decimal 255 45 30 0 0.82 0.88 0 4 1 0.56
Hex FF 2D 1E 0 52 58 0 4 64 38
Octal 377 55 36 0 122 130 0 4 144 70
Binary 11111111 101101 11110 0 1010010 1011000 0 100 1100100 111000

Color Harmonies of #FF2D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D1E

Black with #FF2D1E

Text Example


Text Example

White with #FF2D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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