Html Css Color HEX #FD4111 Orange Red

📋 copy color: '#FD4111'

red 253 ◦ green 65 ◦ blue 17

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

Shades of Orange Red #FD4111

Tints of Orange Red #FD4111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 75.52%
G = 19.4%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4111 (or 0xFD4111) is known color: Orange Red. HEX triplet: FD, 41 and 11. RGB value is (253,65,17). Sum of RGB (Red+Green+Blue) = 253+65+17=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4111 is #02BEEE. Grayscale: #747474. Windows color (decimal): -179951 or 1131005. OLE color: 1131005.

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

Color convert

RGB 253 65 17 -
CMYK 0 0.74 0.93 0.01
HSL 12.2º 0.98% 0.53% -
HSV(B) 12.2º 0.93% 0.99% -
XYZ 42.5 24.7 3.06 -
YUV 115.74 72.28 225.9 -
System Red Green Blue C M Y K H S L
Decimal 253 65 17 0 0.74 0.93 0.01 12.2 0.98 0.53
Hex FD 41 11 0 4A 5D 1 C 62 35
Octal 375 101 21 0 112 135 1 14 142 65
Binary 11111101 1000001 10001 0 1001010 1011101 1 1100 1100010 110101

Color Harmonies of #FD4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4111

Black with #FD4111

Text Example


Text Example

White with #FD4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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