Html Css Color HEX #FF441F Red Orange

📋 copy color: '#FF441F'

red 255 ◦ green 68 ◦ blue 31

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

Shades of Red Orange #FF441F

Tints of Red Orange #FF441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 72.03%
G = 19.21%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF441F (or 0xFF441F) is known color: Red Orange. HEX triplet: FF, 44 and 1F. RGB value is (255,68,31). Sum of RGB (Red+Green+Blue) = 255+68+31=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF441F is #00BBE0. Grayscale: #787878. Windows color (decimal): -48097 or 2049279. OLE color: 2049279.

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

Color convert

RGB 255 68 31 -
CMYK 0 0.73 0.88 0
HSL 9.91º 1% 0.56% -
HSV(B) 9.91º 0.88% 1% -
XYZ 43.55 25.49 3.92 -
YUV 119.7 77.95 224.51 -
System Red Green Blue C M Y K H S L
Decimal 255 68 31 0 0.73 0.88 0 9.91 1 0.56
Hex FF 44 1F 0 49 58 0 A 64 38
Octal 377 104 37 0 111 130 0 12 144 70
Binary 11111111 1000100 11111 0 1001001 1011000 0 1010 1100100 111000

Color Harmonies of #FF441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF441F

Black with #FF441F

Text Example


Text Example

White with #FF441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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