Html Css Color HEX #FF3A2E Red Orange

📋 copy color: '#FF3A2E'

red 255 ◦ green 58 ◦ blue 46

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

Shades of Red Orange #FF3A2E

Tints of Red Orange #FF3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 71.03%
G = 16.16%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF3A2E (or 0xFF3A2E) is known color: Red Orange. HEX triplet: FF, 3A and 2E. RGB value is (255,58,46). Sum of RGB (Red+Green+Blue) = 255+58+46=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A2E is #00C5D1. Grayscale: #737373. Windows color (decimal): -50642 or 3029759. OLE color: 3029759.

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

Color convert

RGB 255 58 46 -
CMYK 0 0.77 0.82 0
HSL 3.44º 1% 0.59% -
HSV(B) 3.44º 0.82% 1% -
XYZ 43.25 24.48 5.03 -
YUV 115.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 255 58 46 0 0.77 0.82 0 3.44 1 0.59
Hex FF 3A 2E 0 4D 52 0 3 64 3B
Octal 377 72 56 0 115 122 0 3 144 73
Binary 11111111 111010 101110 0 1001101 1010010 0 11 1100100 111011

Color Harmonies of #FF3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A2E

Black with #FF3A2E

Text Example


Text Example

White with #FF3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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