Html Css Color HEX #FF370E Orange Red

📋 copy color: '#FF370E'

red 255 ◦ green 55 ◦ blue 14

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

Shades of Orange Red #FF370E

Tints of Orange Red #FF370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 78.7%
G = 16.98%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF370E (or 0xFF370E) is known color: Orange Red. HEX triplet: FF, 37 and 0E. RGB value is (255,55,14). Sum of RGB (Red+Green+Blue) = 255+55+14=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF370E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF370E is #00C8F1. Grayscale: #6E6E6E. Windows color (decimal): -51442 or 931839. OLE color: 931839.

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

Color convert

RGB 255 55 14 -
CMYK 0 0.78 0.95 0
HSL 10.21º 1% 0.53% -
HSV(B) 10.21º 0.95% 1% -
XYZ 42.69 24.02 2.8 -
YUV 110.13 73.76 231.33 -
System Red Green Blue C M Y K H S L
Decimal 255 55 14 0 0.78 0.95 0 10.21 1 0.53
Hex FF 37 E 0 4E 5F 0 A 64 35
Octal 377 67 16 0 116 137 0 12 144 65
Binary 11111111 110111 1110 0 1001110 1011111 0 1010 1100100 110101

Color Harmonies of #FF370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF370E

Black with #FF370E

Text Example


Text Example

White with #FF370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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