Html Css Color HEX #FF3A31 Red Orange

📋 copy color: '#FF3A31'

red 255 ◦ green 58 ◦ blue 49

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

Shades of Red Orange #FF3A31

Tints of Red Orange #FF3A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 70.44%
G = 16.02%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3A31 (or 0xFF3A31) is known color: Red Orange. HEX triplet: FF, 3A and 31. RGB value is (255,58,49). Sum of RGB (Red+Green+Blue) = 255+58+49=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A31 is #00C5CE. Grayscale: #747474. Windows color (decimal): -50639 or 3226367. OLE color: 3226367.

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

Color convert

RGB 255 58 49 -
CMYK 0 0.77 0.81 0
HSL 2.62º 1% 0.6% -
HSV(B) 2.62º 0.81% 1% -
XYZ 43.31 24.51 5.35 -
YUV 115.88 90.27 227.23 -
System Red Green Blue C M Y K H S L
Decimal 255 58 49 0 0.77 0.81 0 2.62 1 0.6
Hex FF 3A 31 0 4D 51 0 3 64 3C
Octal 377 72 61 0 115 121 0 3 144 74
Binary 11111111 111010 110001 0 1001101 1010001 0 11 1100100 111100

Color Harmonies of #FF3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A31

Black with #FF3A31

Text Example


Text Example

White with #FF3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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