Html Css Color HEX #FD4118 Orange Red

📋 copy color: '#FD4118'

red 253 ◦ green 65 ◦ blue 24

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

Shades of Orange Red #FD4118

Tints of Orange Red #FD4118

RGB

 RED value IS 253 (99.22% from 255) = 73.98%

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

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

R = 73.98%
G = 19.01%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD4118 (or 0xFD4118) is known color: Orange Red. HEX triplet: FD, 41 and 18. RGB value is (253,65,24). Sum of RGB (Red+Green+Blue) = 253+65+24=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4118 is #02BEE7. Grayscale: #747474. Windows color (decimal): -179944 or 1589757. OLE color: 1589757.

HSL color Cylindrical-coordinate representation of color #FD4118: hue angle of 10.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD4118 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 65 24 -
CMYK 0 0.74 0.91 0.01
HSL 10.74º 0.98% 0.54% -
HSV(B) 10.74º 0.91% 0.99% -
XYZ 42.56 24.73 3.39 -
YUV 116.54 75.78 225.33 -
System Red Green Blue C M Y K H S L
Decimal 253 65 24 0 0.74 0.91 0.01 10.74 0.98 0.54
Hex FD 41 18 0 4A 5B 1 B 62 36
Octal 375 101 30 0 112 133 1 13 142 66
Binary 11111101 1000001 11000 0 1001010 1011011 1 1011 1100010 110110

Color Harmonies of #FD4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4118

Black with #FD4118

Text Example


Text Example

White with #FD4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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