Html Css Color HEX #FF3F13 Orange Red

📋 copy color: '#FF3F13'

red 255 ◦ green 63 ◦ blue 19

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

Shades of Orange Red #FF3F13

Tints of Orange Red #FF3F13

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 75.67%
G = 18.69%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3F13 (or 0xFF3F13) is known color: Orange Red. HEX triplet: FF, 3F and 13. RGB value is (255,63,19). Sum of RGB (Red+Green+Blue) = 255+63+19=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F13 is #00C0EC. Grayscale: #737373. Windows color (decimal): -49389 or 1261567. OLE color: 1261567.

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

Color convert

RGB 255 63 19 -
CMYK 0 0.75 0.93 0
HSL 11.19º 1% 0.54% -
HSV(B) 11.19º 0.93% 1% -
XYZ 43.14 24.86 3.14 -
YUV 115.39 73.61 227.58 -
System Red Green Blue C M Y K H S L
Decimal 255 63 19 0 0.75 0.93 0 11.19 1 0.54
Hex FF 3F 13 0 4B 5D 0 B 64 36
Octal 377 77 23 0 113 135 0 13 144 66
Binary 11111111 111111 10011 0 1001011 1011101 0 1011 1100100 110110

Color Harmonies of #FF3F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F13

Black with #FF3F13

Text Example


Text Example

White with #FF3F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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