Html Css Color HEX #FF440D Orange Red

📋 copy color: '#FF440D'

red 255 ◦ green 68 ◦ blue 13

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

Shades of Orange Red #FF440D

Tints of Orange Red #FF440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 75.89%
G = 20.24%
B = 3.87%

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

#FF440D (or 0xFF440D) is known color: Orange Red. HEX triplet: FF, 44 and 0D. RGB value is (255,68,13). Sum of RGB (Red+Green+Blue) = 255+68+13=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF440D is #00BBF2. Grayscale: #767676. Windows color (decimal): -48115 or 869631. OLE color: 869631.

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

Color convert

RGB 255 68 13 -
CMYK 0 0.73 0.95 0
HSL 13.64º 1% 0.53% -
HSV(B) 13.64º 0.95% 1% -
XYZ 43.38 25.42 3 -
YUV 117.64 68.95 225.97 -
System Red Green Blue C M Y K H S L
Decimal 255 68 13 0 0.73 0.95 0 13.64 1 0.53
Hex FF 44 D 0 49 5F 0 E 64 35
Octal 377 104 15 0 111 137 0 16 144 65
Binary 11111111 1000100 1101 0 1001001 1011111 0 1110 1100100 110101

Color Harmonies of #FF440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF440D

Black with #FF440D

Text Example


Text Example

White with #FF440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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