Html Css Color HEX #FF3714 Orange Red

📋 copy color: '#FF3714'

red 255 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #FF3714

Tints of Orange Red #FF3714

RGB

 RED value IS 255 (100% from 255) = 77.27%

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

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

R = 77.27%
G = 16.67%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3714 (or 0xFF3714) is known color: Orange Red. HEX triplet: FF, 37 and 14. RGB value is (255,55,20). Sum of RGB (Red+Green+Blue) = 255+55+20=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3714 is #00C8EB. Grayscale: #6F6F6F. Windows color (decimal): -51436 or 1325055. OLE color: 1325055.

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

Color convert

RGB 255 55 20 -
CMYK 0 0.78 0.92 0
HSL 8.94º 1% 0.54% -
HSV(B) 8.94º 0.92% 1% -
XYZ 42.73 24.04 3.05 -
YUV 110.81 76.76 230.85 -
System Red Green Blue C M Y K H S L
Decimal 255 55 20 0 0.78 0.92 0 8.94 1 0.54
Hex FF 37 14 0 4E 5C 0 9 64 36
Octal 377 67 24 0 116 134 0 11 144 66
Binary 11111111 110111 10100 0 1001110 1011100 0 1001 1100100 110110

Color Harmonies of #FF3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3714

Black with #FF3714

Text Example


Text Example

White with #FF3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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