Html Css Color HEX #FF4401 Orange Red

📋 copy color: '#FF4401'

red 255 ◦ green 68 ◦ blue 1

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

Shades of Orange Red #FF4401

Tints of Orange Red #FF4401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 78.7%
G = 20.99%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4401 (or 0xFF4401) is known color: Orange Red. HEX triplet: FF, 44 and 01. RGB value is (255,68,1). Sum of RGB (Red+Green+Blue) = 255+68+1=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4401 is #00BBFE. Grayscale: #747474. Windows color (decimal): -48127 or 83199. OLE color: 83199.

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

Color convert

RGB 255 68 1 -
CMYK 0 0.73 1.00 0
HSL 15.83º 1% 0.5% -
HSV(B) 15.83º 1% 1% -
XYZ 43.31 25.4 2.65 -
YUV 116.28 62.95 226.95 -
System Red Green Blue C M Y K H S L
Decimal 255 68 1 0 0.73 1.00 0 15.83 1 0.5
Hex FF 44 1 0 49 64 0 10 64 32
Octal 377 104 1 0 111 144 0 20 144 62
Binary 11111111 1000100 1 0 1001001 1100100 0 10000 1100100 110010

Color Harmonies of #FF4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4401

Black with #FF4401

Text Example


Text Example

White with #FF4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4401; }

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

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

background-color css

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

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

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

border-color css

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

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

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