Html Css Color HEX #FF341B Red Orange

📋 copy color: '#FF341B'

red 255 ◦ green 52 ◦ blue 27

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

Shades of Red Orange #FF341B

Tints of Red Orange #FF341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 76.35%
G = 15.57%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF341B (or 0xFF341B) is known color: Red Orange. HEX triplet: FF, 34 and 1B. RGB value is (255,52,27). Sum of RGB (Red+Green+Blue) = 255+52+27=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF341B is #00CBE4. Grayscale: #6E6E6E. Windows color (decimal): -52197 or 1783039. OLE color: 1783039.

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

Color convert

RGB 255 52 27 -
CMYK 0 0.80 0.89 0
HSL 6.58º 1% 0.55% -
HSV(B) 6.58º 0.89% 1% -
XYZ 42.67 23.8 3.38 -
YUV 109.85 81.25 231.53 -
System Red Green Blue C M Y K H S L
Decimal 255 52 27 0 0.80 0.89 0 6.58 1 0.55
Hex FF 34 1B 0 50 59 0 7 64 37
Octal 377 64 33 0 120 131 0 7 144 67
Binary 11111111 110100 11011 0 1010000 1011001 0 111 1100100 110111

Color Harmonies of #FF341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF341B

Black with #FF341B

Text Example


Text Example

White with #FF341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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