Html Css Color HEX #FF3B15 Orange Red

📋 copy color: '#FF3B15'

red 255 ◦ green 59 ◦ blue 21

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

Shades of Orange Red #FF3B15

Tints of Orange Red #FF3B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 76.12%
G = 17.61%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3B15 (or 0xFF3B15) is known color: Orange Red. HEX triplet: FF, 3B and 15. RGB value is (255,59,21). Sum of RGB (Red+Green+Blue) = 255+59+21=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B15 is #00C4EA. Grayscale: #717171. Windows color (decimal): -50411 or 1391615. OLE color: 1391615.

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

Color convert

RGB 255 59 21 -
CMYK 0 0.77 0.92 0
HSL 9.74º 1% 0.54% -
HSV(B) 9.74º 0.92% 1% -
XYZ 42.94 24.44 3.16 -
YUV 113.27 75.93 229.09 -
System Red Green Blue C M Y K H S L
Decimal 255 59 21 0 0.77 0.92 0 9.74 1 0.54
Hex FF 3B 15 0 4D 5C 0 A 64 36
Octal 377 73 25 0 115 134 0 12 144 66
Binary 11111111 111011 10101 0 1001101 1011100 0 1010 1100100 110110

Color Harmonies of #FF3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B15

Black with #FF3B15

Text Example


Text Example

White with #FF3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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