Html Css Color HEX #FF370D Orange Red

📋 copy color: '#FF370D'

red 255 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #FF370D

Tints of Orange Red #FF370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 78.95%
G = 17.03%
B = 4.02%

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

#FF370D (or 0xFF370D) is known color: Orange Red. HEX triplet: FF, 37 and 0D. RGB value is (255,55,13). Sum of RGB (Red+Green+Blue) = 255+55+13=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF370D is #00C8F2. Grayscale: #6E6E6E. Windows color (decimal): -51443 or 866303. OLE color: 866303.

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

Color convert

RGB 255 55 13 -
CMYK 0 0.78 0.95 0
HSL 10.41º 1% 0.53% -
HSV(B) 10.41º 0.95% 1% -
XYZ 42.68 24.02 2.77 -
YUV 110.01 73.26 231.42 -
System Red Green Blue C M Y K H S L
Decimal 255 55 13 0 0.78 0.95 0 10.41 1 0.53
Hex FF 37 D 0 4E 5F 0 A 64 35
Octal 377 67 15 0 116 137 0 12 144 65
Binary 11111111 110111 1101 0 1001110 1011111 0 1010 1100100 110101

Color Harmonies of #FF370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF370D

Black with #FF370D

Text Example


Text Example

White with #FF370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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