Html Css Color HEX #FF341F Red Orange

📋 copy color: '#FF341F'

red 255 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #FF341F

Tints of Red Orange #FF341F

RGB

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

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

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

R = 75.44%
G = 15.38%
B = 9.17%

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

#FF341F (or 0xFF341F) is known color: Red Orange. HEX triplet: FF, 34 and 1F. RGB value is (255,52,31). Sum of RGB (Red+Green+Blue) = 255+52+31=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF341F is #00CBE0. Grayscale: #6E6E6E. Windows color (decimal): -52193 or 2045183. OLE color: 2045183.

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

Color convert

RGB 255 52 31 -
CMYK 0 0.80 0.88 0
HSL 5.63º 1% 0.56% -
HSV(B) 5.63º 0.88% 1% -
XYZ 42.72 23.81 3.64 -
YUV 110.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 255 52 31 0 0.80 0.88 0 5.63 1 0.56
Hex FF 34 1F 0 50 58 0 6 64 38
Octal 377 64 37 0 120 130 0 6 144 70
Binary 11111111 110100 11111 0 1010000 1011000 0 110 1100100 111000

Color Harmonies of #FF341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF341F

Black with #FF341F

Text Example


Text Example

White with #FF341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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