Html Css Color HEX #FF3A1F Red Orange

📋 copy color: '#FF3A1F'

red 255 ◦ green 58 ◦ blue 31

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

Shades of Red Orange #FF3A1F

Tints of Red Orange #FF3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

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

R = 74.13%
G = 16.86%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF3A1F (or 0xFF3A1F) is known color: Red Orange. HEX triplet: FF, 3A and 1F. RGB value is (255,58,31). Sum of RGB (Red+Green+Blue) = 255+58+31=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A1F is #00C5E0. Grayscale: #727272. Windows color (decimal): -50657 or 2046719. OLE color: 2046719.

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

Color convert

RGB 255 58 31 -
CMYK 0 0.77 0.88 0
HSL 7.23º 1% 0.56% -
HSV(B) 7.23º 0.88% 1% -
XYZ 43 24.39 3.74 -
YUV 113.83 81.27 228.7 -
System Red Green Blue C M Y K H S L
Decimal 255 58 31 0 0.77 0.88 0 7.23 1 0.56
Hex FF 3A 1F 0 4D 58 0 7 64 38
Octal 377 72 37 0 115 130 0 7 144 70
Binary 11111111 111010 11111 0 1001101 1011000 0 111 1100100 111000

Color Harmonies of #FF3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A1F

Black with #FF3A1F

Text Example


Text Example

White with #FF3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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