Html Css Color HEX #FF341E Red Orange

📋 copy color: '#FF341E'

red 255 ◦ green 52 ◦ blue 30

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

Shades of Red Orange #FF341E

Tints of Red Orange #FF341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 75.67%
G = 15.43%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF341E (or 0xFF341E) is known color: Red Orange. HEX triplet: FF, 34 and 1E. RGB value is (255,52,30). Sum of RGB (Red+Green+Blue) = 255+52+30=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF341E is #00CBE1. Grayscale: #6E6E6E. Windows color (decimal): -52194 or 1979647. OLE color: 1979647.

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

Color convert

RGB 255 52 30 -
CMYK 0 0.80 0.88 0
HSL 5.87º 1% 0.56% -
HSV(B) 5.87º 0.88% 1% -
XYZ 42.7 23.81 3.57 -
YUV 110.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 255 52 30 0 0.80 0.88 0 5.87 1 0.56
Hex FF 34 1E 0 50 58 0 6 64 38
Octal 377 64 36 0 120 130 0 6 144 70
Binary 11111111 110100 11110 0 1010000 1011000 0 110 1100100 111000

Color Harmonies of #FF341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF341E

Black with #FF341E

Text Example


Text Example

White with #FF341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF341E; }

 p { color: rgb(255,52,30); }

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

background-color css

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

 a { background-color: rgb(255,52,30); }

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

border-color css

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

 span { border-color: rgb(255,52,30); }

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