Html Css Color HEX #FF3D14 Orange Red

📋 copy color: '#FF3D14'

red 255 ◦ green 61 ◦ blue 20

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

Shades of Orange Red #FF3D14

Tints of Orange Red #FF3D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 75.89%
G = 18.15%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3D14 (or 0xFF3D14) is known color: Orange Red. HEX triplet: FF, 3D and 14. RGB value is (255,61,20). Sum of RGB (Red+Green+Blue) = 255+61+20=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D14 is #00C2EB. Grayscale: #727272. Windows color (decimal): -49900 or 1326591. OLE color: 1326591.

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

Color convert

RGB 255 61 20 -
CMYK 0 0.76 0.92 0
HSL 10.47º 1% 0.54% -
HSV(B) 10.47º 0.92% 1% -
XYZ 43.04 24.65 3.15 -
YUV 114.33 74.77 228.33 -
System Red Green Blue C M Y K H S L
Decimal 255 61 20 0 0.76 0.92 0 10.47 1 0.54
Hex FF 3D 14 0 4C 5C 0 A 64 36
Octal 377 75 24 0 114 134 0 12 144 66
Binary 11111111 111101 10100 0 1001100 1011100 0 1010 1100100 110110

Color Harmonies of #FF3D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D14

Black with #FF3D14

Text Example


Text Example

White with #FF3D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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