Html Css Color HEX #FF3913 Orange Red

📋 copy color: '#FF3913'

red 255 ◦ green 57 ◦ blue 19

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

Shades of Orange Red #FF3913

Tints of Orange Red #FF3913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 77.04%
G = 17.22%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3913 (or 0xFF3913) is known color: Orange Red. HEX triplet: FF, 39 and 13. RGB value is (255,57,19). Sum of RGB (Red+Green+Blue) = 255+57+19=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3913 is #00C6EC. Grayscale: #707070. Windows color (decimal): -50925 or 1260031. OLE color: 1260031.

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

Color convert

RGB 255 57 19 -
CMYK 0 0.78 0.93 0
HSL 9.66º 1% 0.54% -
HSV(B) 9.66º 0.93% 1% -
XYZ 42.82 24.23 3.04 -
YUV 111.87 75.6 230.09 -
System Red Green Blue C M Y K H S L
Decimal 255 57 19 0 0.78 0.93 0 9.66 1 0.54
Hex FF 39 13 0 4E 5D 0 A 64 36
Octal 377 71 23 0 116 135 0 12 144 66
Binary 11111111 111001 10011 0 1001110 1011101 0 1010 1100100 110110

Color Harmonies of #FF3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3913

Black with #FF3913

Text Example


Text Example

White with #FF3913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3913; }

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

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

background-color css

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

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

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

border-color css

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

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

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