Html Css Color HEX #FF401D Red Orange

📋 copy color: '#FF401D'

red 255 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #FF401D

Tints of Red Orange #FF401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 73.28%
G = 18.39%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF401D (or 0xFF401D) is known color: Red Orange. HEX triplet: FF, 40 and 1D. RGB value is (255,64,29). Sum of RGB (Red+Green+Blue) = 255+64+29=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401D is #00BFE2. Grayscale: #757575. Windows color (decimal): -49123 or 1917183. OLE color: 1917183.

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

Color convert

RGB 255 64 29 -
CMYK 0 0.75 0.89 0
HSL 9.29º 1% 0.56% -
HSV(B) 9.29º 0.89% 1% -
XYZ 43.3 25.02 3.71 -
YUV 117.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 255 64 29 0 0.75 0.89 0 9.29 1 0.56
Hex FF 40 1D 0 4B 59 0 9 64 38
Octal 377 100 35 0 113 131 0 11 144 70
Binary 11111111 1000000 11101 0 1001011 1011001 0 1001 1100100 111000

Color Harmonies of #FF401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401D

Black with #FF401D

Text Example


Text Example

White with #FF401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401D; }

 p { color: rgb(255,64,29); }

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

background-color css

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

 a { background-color: rgb(255,64,29); }

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

border-color css

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

 span { border-color: rgb(255,64,29); }

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