Html Css Color HEX #FF3700 Orange Red

📋 copy color: '#FF3700'

red 255 ◦ green 55 ◦ blue 0

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

Shades of Orange Red #FF3700

Tints of Orange Red #FF3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.26%
G = 17.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF3700 (or 0xFF3700) is known color: Orange Red. HEX triplet: FF, 37 and 00. RGB value is (255,55,0). Sum of RGB (Red+Green+Blue) = 255+55+0=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3700 is #00C8FF. Grayscale: #6C6C6C. Windows color (decimal): -51456 or 14335. OLE color: 14335.

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

Color convert

RGB 255 55 0 -
CMYK 0 0.78 1 0
HSL 12.94º 1% 0.5% -
HSV(B) 12.94º 1% 1% -
XYZ 42.61 23.99 2.39 -
YUV 108.53 66.76 232.47 -
System Red Green Blue C M Y K H S L
Decimal 255 55 0 0 0.78 1 0 12.94 1 0.5
Hex FF 37 0 0 4E 64 0 D 64 32
Octal 377 67 0 0 116 144 0 15 144 62
Binary 11111111 110111 0 0 1001110 1100100 0 1101 1100100 110010

Color Harmonies of #FF3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3700

Black with #FF3700

Text Example


Text Example

White with #FF3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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