Html Css Color HEX #FF3E1F Red Orange

📋 copy color: '#FF3E1F'

red 255 ◦ green 62 ◦ blue 31

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

Shades of Red Orange #FF3E1F

Tints of Red Orange #FF3E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 73.28%
G = 17.82%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF3E1F (or 0xFF3E1F) is known color: Red Orange. HEX triplet: FF, 3E and 1F. RGB value is (255,62,31). Sum of RGB (Red+Green+Blue) = 255+62+31=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E1F is #00C1E0. Grayscale: #747474. Windows color (decimal): -49633 or 2047743. OLE color: 2047743.

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

Color convert

RGB 255 62 31 -
CMYK 0 0.76 0.88 0
HSL 8.3º 1% 0.56% -
HSV(B) 8.3º 0.88% 1% -
XYZ 43.21 24.8 3.81 -
YUV 116.17 79.94 227.02 -
System Red Green Blue C M Y K H S L
Decimal 255 62 31 0 0.76 0.88 0 8.3 1 0.56
Hex FF 3E 1F 0 4C 58 0 8 64 38
Octal 377 76 37 0 114 130 0 10 144 70
Binary 11111111 111110 11111 0 1001100 1011000 0 1000 1100100 111000

Color Harmonies of #FF3E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E1F

Black with #FF3E1F

Text Example


Text Example

White with #FF3E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E1F; }

 p { color: rgb(255,62,31); }

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

background-color css

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

 a { background-color: rgb(255,62,31); }

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

border-color css

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

 span { border-color: rgb(255,62,31); }

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