Html Css Color HEX #FF3712 Orange Red

📋 copy color: '#FF3712'

red 255 ◦ green 55 ◦ blue 18

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

Shades of Orange Red #FF3712

Tints of Orange Red #FF3712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 77.74%
G = 16.77%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3712 (or 0xFF3712) is known color: Orange Red. HEX triplet: FF, 37 and 12. RGB value is (255,55,18). Sum of RGB (Red+Green+Blue) = 255+55+18=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3712 is #00C8ED. Grayscale: #6E6E6E. Windows color (decimal): -51438 or 1193983. OLE color: 1193983.

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

Color convert

RGB 255 55 18 -
CMYK 0 0.78 0.93 0
HSL 9.37º 1% 0.54% -
HSV(B) 9.37º 0.93% 1% -
XYZ 42.72 24.04 2.96 -
YUV 110.58 75.76 231.01 -
System Red Green Blue C M Y K H S L
Decimal 255 55 18 0 0.78 0.93 0 9.37 1 0.54
Hex FF 37 12 0 4E 5D 0 9 64 36
Octal 377 67 22 0 116 135 0 11 144 66
Binary 11111111 110111 10010 0 1001110 1011101 0 1001 1100100 110110

Color Harmonies of #FF3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3712

Black with #FF3712

Text Example


Text Example

White with #FF3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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