Html Css Color HEX #FD3E11 Orange Red

📋 copy color: '#FD3E11'

red 253 ◦ green 62 ◦ blue 17

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

Shades of Orange Red #FD3E11

Tints of Orange Red #FD3E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 76.2%
G = 18.67%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD3E11 (or 0xFD3E11) is known color: Orange Red. HEX triplet: FD, 3E and 11. RGB value is (253,62,17). Sum of RGB (Red+Green+Blue) = 253+62+17=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3E11 is #02C1EE. Grayscale: #727272. Windows color (decimal): -180719 or 1130237. OLE color: 1130237.

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

Color convert

RGB 253 62 17 -
CMYK 0 0.75 0.93 0.01
HSL 11.44º 0.98% 0.53% -
HSV(B) 11.44º 0.93% 0.99% -
XYZ 42.33 24.37 3 -
YUV 113.98 73.28 227.16 -
System Red Green Blue C M Y K H S L
Decimal 253 62 17 0 0.75 0.93 0.01 11.44 0.98 0.53
Hex FD 3E 11 0 4B 5D 1 B 62 35
Octal 375 76 21 0 113 135 1 13 142 65
Binary 11111101 111110 10001 0 1001011 1011101 1 1011 1100010 110101

Color Harmonies of #FD3E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E11

Black with #FD3E11

Text Example


Text Example

White with #FD3E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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