Html Css Color HEX #FF3C13 Orange Red

📋 copy color: '#FF3C13'

red 255 ◦ green 60 ◦ blue 19

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

Shades of Orange Red #FF3C13

Tints of Orange Red #FF3C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 76.35%
G = 17.96%
B = 5.69%

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

#FF3C13 (or 0xFF3C13) is known color: Orange Red. HEX triplet: FF, 3C and 13. RGB value is (255,60,19). Sum of RGB (Red+Green+Blue) = 255+60+19=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C13 is #00C3EC. Grayscale: #717171. Windows color (decimal): -50157 or 1260799. OLE color: 1260799.

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

Color convert

RGB 255 60 19 -
CMYK 0 0.76 0.93 0
HSL 10.42º 1% 0.54% -
HSV(B) 10.42º 0.93% 1% -
XYZ 42.97 24.54 3.09 -
YUV 113.63 74.6 228.83 -
System Red Green Blue C M Y K H S L
Decimal 255 60 19 0 0.76 0.93 0 10.42 1 0.54
Hex FF 3C 13 0 4C 5D 0 A 64 36
Octal 377 74 23 0 114 135 0 12 144 66
Binary 11111111 111100 10011 0 1001100 1011101 0 1010 1100100 110110

Color Harmonies of #FF3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C13

Black with #FF3C13

Text Example


Text Example

White with #FF3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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