Html Css Color HEX #FF401C Red Orange

📋 copy color: '#FF401C'

red 255 ◦ green 64 ◦ blue 28

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

Shades of Red Orange #FF401C

Tints of Red Orange #FF401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 73.49%
G = 18.44%
B = 8.07%

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

#FF401C (or 0xFF401C) is known color: Red Orange. HEX triplet: FF, 40 and 1C. RGB value is (255,64,28). Sum of RGB (Red+Green+Blue) = 255+64+28=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401C is #00BFE3. Grayscale: #757575. Windows color (decimal): -49124 or 1851647. OLE color: 1851647.

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

Color convert

RGB 255 64 28 -
CMYK 0 0.75 0.89 0
HSL 9.52º 1% 0.55% -
HSV(B) 9.52º 0.89% 1% -
XYZ 43.28 25.01 3.64 -
YUV 117.01 77.78 226.43 -
System Red Green Blue C M Y K H S L
Decimal 255 64 28 0 0.75 0.89 0 9.52 1 0.55
Hex FF 40 1C 0 4B 59 0 A 64 37
Octal 377 100 34 0 113 131 0 12 144 67
Binary 11111111 1000000 11100 0 1001011 1011001 0 1010 1100100 110111

Color Harmonies of #FF401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401C

Black with #FF401C

Text Example


Text Example

White with #FF401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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