Html Css Color HEX #FF440E Orange Red

📋 copy color: '#FF440E'

red 255 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #FF440E

Tints of Orange Red #FF440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 75.67%
G = 20.18%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF440E (or 0xFF440E) is known color: Orange Red. HEX triplet: FF, 44 and 0E. RGB value is (255,68,14). Sum of RGB (Red+Green+Blue) = 255+68+14=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF440E is #00BBF1. Grayscale: #767676. Windows color (decimal): -48114 or 935167. OLE color: 935167.

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

Color convert

RGB 255 68 14 -
CMYK 0 0.73 0.95 0
HSL 13.44º 1% 0.53% -
HSV(B) 13.44º 0.95% 1% -
XYZ 43.39 25.43 3.04 -
YUV 117.76 69.45 225.89 -
System Red Green Blue C M Y K H S L
Decimal 255 68 14 0 0.73 0.95 0 13.44 1 0.53
Hex FF 44 E 0 49 5F 0 D 64 35
Octal 377 104 16 0 111 137 0 15 144 65
Binary 11111111 1000100 1110 0 1001001 1011111 0 1101 1100100 110101

Color Harmonies of #FF440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF440E

Black with #FF440E

Text Example


Text Example

White with #FF440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF440E; }

 p { color: rgb(255,68,14); }

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

background-color css

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

 a { background-color: rgb(255,68,14); }

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

border-color css

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

 span { border-color: rgb(255,68,14); }

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