Html Css Color HEX #FD4114 Orange Red

📋 copy color: '#FD4114'

red 253 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #FD4114

Tints of Orange Red #FD4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 74.85%
G = 19.23%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD4114 (or 0xFD4114) is known color: Orange Red. HEX triplet: FD, 41 and 14. RGB value is (253,65,20). Sum of RGB (Red+Green+Blue) = 253+65+20=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4114 is #02BEEB. Grayscale: #747474. Windows color (decimal): -179948 or 1327613. OLE color: 1327613.

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

Color convert

RGB 253 65 20 -
CMYK 0 0.74 0.92 0.01
HSL 11.59º 0.98% 0.54% -
HSV(B) 11.59º 0.92% 0.99% -
XYZ 42.52 24.71 3.19 -
YUV 116.08 73.78 225.66 -
System Red Green Blue C M Y K H S L
Decimal 253 65 20 0 0.74 0.92 0.01 11.59 0.98 0.54
Hex FD 41 14 0 4A 5C 1 C 62 36
Octal 375 101 24 0 112 134 1 14 142 66
Binary 11111101 1000001 10100 0 1001010 1011100 1 1100 1100010 110110

Color Harmonies of #FD4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4114

Black with #FD4114

Text Example


Text Example

White with #FD4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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