Html Css Color HEX #FF3C17 Orange Red

📋 copy color: '#FF3C17'

red 255 ◦ green 60 ◦ blue 23

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

Shades of Orange Red #FF3C17

Tints of Orange Red #FF3C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.8%

R = 75.44%
G = 17.75%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3C17 (or 0xFF3C17) is known color: Orange Red. HEX triplet: FF, 3C and 17. RGB value is (255,60,23). Sum of RGB (Red+Green+Blue) = 255+60+23=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C17 is #00C3E8. Grayscale: #727272. Windows color (decimal): -50153 or 1522943. OLE color: 1522943.

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

Color convert

RGB 255 60 23 -
CMYK 0 0.76 0.91 0
HSL 9.57º 1% 0.55% -
HSV(B) 9.57º 0.91% 1% -
XYZ 43.01 24.55 3.28 -
YUV 114.09 76.6 228.51 -
System Red Green Blue C M Y K H S L
Decimal 255 60 23 0 0.76 0.91 0 9.57 1 0.55
Hex FF 3C 17 0 4C 5B 0 A 64 37
Octal 377 74 27 0 114 133 0 12 144 67
Binary 11111111 111100 10111 0 1001100 1011011 0 1010 1100100 110111

Color Harmonies of #FF3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C17

Black with #FF3C17

Text Example


Text Example

White with #FF3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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