Html Css Color HEX #FF3B01 Orange Red

📋 copy color: '#FF3B01'

red 255 ◦ green 59 ◦ blue 1

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

Shades of Orange Red #FF3B01

Tints of Orange Red #FF3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

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

R = 80.95%
G = 18.73%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF3B01 (or 0xFF3B01) is known color: Orange Red. HEX triplet: FF, 3B and 01. RGB value is (255,59,1). Sum of RGB (Red+Green+Blue) = 255+59+1=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B01 is #00C4FE. Grayscale: #6F6F6F. Windows color (decimal): -50431 or 80895. OLE color: 80895.

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

Color convert

RGB 255 59 1 -
CMYK 0 0.77 1.00 0
HSL 13.7º 1% 0.5% -
HSV(B) 13.7º 1% 1% -
XYZ 42.81 24.39 2.48 -
YUV 110.99 65.93 230.72 -
System Red Green Blue C M Y K H S L
Decimal 255 59 1 0 0.77 1.00 0 13.7 1 0.5
Hex FF 3B 1 0 4D 64 0 E 64 32
Octal 377 73 1 0 115 144 0 16 144 62
Binary 11111111 111011 1 0 1001101 1100100 0 1110 1100100 110010

Color Harmonies of #FF3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B01

Black with #FF3B01

Text Example


Text Example

White with #FF3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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