Html Css Color HEX #FF411C Red Orange

📋 copy color: '#FF411C'

red 255 ◦ green 65 ◦ blue 28

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

Shades of Red Orange #FF411C

Tints of Red Orange #FF411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 73.28%
G = 18.68%
B = 8.05%

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

#FF411C (or 0xFF411C) is known color: Red Orange. HEX triplet: FF, 41 and 1C. RGB value is (255,65,28). Sum of RGB (Red+Green+Blue) = 255+65+28=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF411C is #00BEE3. Grayscale: #757575. Windows color (decimal): -48868 or 1851903. OLE color: 1851903.

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

Color convert

RGB 255 65 28 -
CMYK 0 0.75 0.89 0
HSL 9.78º 1% 0.55% -
HSV(B) 9.78º 0.89% 1% -
XYZ 43.34 25.12 3.66 -
YUV 117.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 255 65 28 0 0.75 0.89 0 9.78 1 0.55
Hex FF 41 1C 0 4B 59 0 A 64 37
Octal 377 101 34 0 113 131 0 12 144 67
Binary 11111111 1000001 11100 0 1001011 1011001 0 1010 1100100 110111

Color Harmonies of #FF411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF411C

Black with #FF411C

Text Example


Text Example

White with #FF411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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