Html Css Color HEX #FF3914 Orange Red

📋 copy color: '#FF3914'

red 255 ◦ green 57 ◦ blue 20

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

Shades of Orange Red #FF3914

Tints of Orange Red #FF3914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 76.81%
G = 17.17%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3914 (or 0xFF3914) is known color: Orange Red. HEX triplet: FF, 39 and 14. RGB value is (255,57,20). Sum of RGB (Red+Green+Blue) = 255+57+20=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3914 is #00C6EB. Grayscale: #707070. Windows color (decimal): -50924 or 1325567. OLE color: 1325567.

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

Color convert

RGB 255 57 20 -
CMYK 0 0.78 0.92 0
HSL 9.45º 1% 0.54% -
HSV(B) 9.45º 0.92% 1% -
XYZ 42.83 24.24 3.08 -
YUV 111.98 76.1 230.01 -
System Red Green Blue C M Y K H S L
Decimal 255 57 20 0 0.78 0.92 0 9.45 1 0.54
Hex FF 39 14 0 4E 5C 0 9 64 36
Octal 377 71 24 0 116 134 0 11 144 66
Binary 11111111 111001 10100 0 1001110 1011100 0 1001 1100100 110110

Color Harmonies of #FF3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3914

Black with #FF3914

Text Example


Text Example

White with #FF3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3914; }

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

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

background-color css

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

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

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

border-color css

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

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

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