Html Css Color HEX #FD3714 Orange Red

📋 copy color: '#FD3714'

red 253 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #FD3714

Tints of Orange Red #FD3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 77.13%
G = 16.77%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD3714 (or 0xFD3714) is known color: Orange Red. HEX triplet: FD, 37 and 14. RGB value is (253,55,20). Sum of RGB (Red+Green+Blue) = 253+55+20=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3714 is #02C8EB. Grayscale: #6E6E6E. Windows color (decimal): -182508 or 1325053. OLE color: 1325053.

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

Color convert

RGB 253 55 20 -
CMYK 0 0.78 0.92 0.01
HSL 9.01º 0.98% 0.54% -
HSV(B) 9.01º 0.92% 0.99% -
XYZ 42 23.67 3.02 -
YUV 110.21 77.1 229.85 -
System Red Green Blue C M Y K H S L
Decimal 253 55 20 0 0.78 0.92 0.01 9.01 0.98 0.54
Hex FD 37 14 0 4E 5C 1 9 62 36
Octal 375 67 24 0 116 134 1 11 142 66
Binary 11111101 110111 10100 0 1001110 1011100 1 1001 1100010 110110

Color Harmonies of #FD3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3714

Black with #FD3714

Text Example


Text Example

White with #FD3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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