Html Css Color HEX #FF4118 Orange Red

📋 copy color: '#FF4118'

red 255 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #FF4118

Tints of Orange Red #FF4118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 74.13%
G = 18.9%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF4118 (or 0xFF4118) is known color: Orange Red. HEX triplet: FF, 41 and 18. RGB value is (255,65,24). Sum of RGB (Red+Green+Blue) = 255+65+24=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4118 is #00BEE7. Grayscale: #757575. Windows color (decimal): -48872 or 1589759. OLE color: 1589759.

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

Color convert

RGB 255 65 24 -
CMYK 0 0.75 0.91 0
HSL 10.65º 1% 0.55% -
HSV(B) 10.65º 0.91% 1% -
XYZ 43.3 25.11 3.43 -
YUV 117.14 75.45 226.33 -
System Red Green Blue C M Y K H S L
Decimal 255 65 24 0 0.75 0.91 0 10.65 1 0.55
Hex FF 41 18 0 4B 5B 0 B 64 37
Octal 377 101 30 0 113 133 0 13 144 67
Binary 11111111 1000001 11000 0 1001011 1011011 0 1011 1100100 110111

Color Harmonies of #FF4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4118

Black with #FF4118

Text Example


Text Example

White with #FF4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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