Html Css Color HEX #FF3C11 Orange Red

📋 copy color: '#FF3C11'

red 255 ◦ green 60 ◦ blue 17

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

Shades of Orange Red #FF3C11

Tints of Orange Red #FF3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 76.81%
G = 18.07%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3C11 (or 0xFF3C11) is known color: Orange Red. HEX triplet: FF, 3C and 11. RGB value is (255,60,17). Sum of RGB (Red+Green+Blue) = 255+60+17=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C11 is #00C3EE. Grayscale: #717171. Windows color (decimal): -50159 or 1129727. OLE color: 1129727.

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

Color convert

RGB 255 60 17 -
CMYK 0 0.76 0.93 0
HSL 10.84º 1% 0.53% -
HSV(B) 10.84º 0.93% 1% -
XYZ 42.96 24.53 3 -
YUV 113.4 73.6 229 -
System Red Green Blue C M Y K H S L
Decimal 255 60 17 0 0.76 0.93 0 10.84 1 0.53
Hex FF 3C 11 0 4C 5D 0 B 64 35
Octal 377 74 21 0 114 135 0 13 144 65
Binary 11111111 111100 10001 0 1001100 1011101 0 1011 1100100 110101

Color Harmonies of #FF3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C11

Black with #FF3C11

Text Example


Text Example

White with #FF3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C11; }

 p { color: rgb(255,60,17); }

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

background-color css

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

 a { background-color: rgb(255,60,17); }

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

border-color css

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

 span { border-color: rgb(255,60,17); }

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