Html Css Color HEX #FF3C01 Orange Red

📋 copy color: '#FF3C01'

red 255 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #FF3C01

Tints of Orange Red #FF3C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 80.7%
G = 18.99%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF3C01 (or 0xFF3C01) is known color: Orange Red. HEX triplet: FF, 3C and 01. RGB value is (255,60,1). Sum of RGB (Red+Green+Blue) = 255+60+1=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C01 is #00C3FE. Grayscale: #707070. Windows color (decimal): -50175 or 81151. OLE color: 81151.

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

Color convert

RGB 255 60 1 -
CMYK 0 0.76 1.00 0
HSL 13.94º 1% 0.5% -
HSV(B) 13.94º 1% 1% -
XYZ 42.86 24.49 2.5 -
YUV 111.58 65.6 230.3 -
System Red Green Blue C M Y K H S L
Decimal 255 60 1 0 0.76 1.00 0 13.94 1 0.5
Hex FF 3C 1 0 4C 64 0 E 64 32
Octal 377 74 1 0 114 144 0 16 144 62
Binary 11111111 111100 1 0 1001100 1100100 0 1110 1100100 110010

Color Harmonies of #FF3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C01

Black with #FF3C01

Text Example


Text Example

White with #FF3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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