Html Css Color HEX #FF342B Red Orange

📋 copy color: '#FF342B'

red 255 ◦ green 52 ◦ blue 43

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

Shades of Red Orange #FF342B

Tints of Red Orange #FF342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 72.86%
G = 14.86%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF342B (or 0xFF342B) is known color: Red Orange. HEX triplet: FF, 34 and 2B. RGB value is (255,52,43). Sum of RGB (Red+Green+Blue) = 255+52+43=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF342B is #00CBD4. Grayscale: #6F6F6F. Windows color (decimal): -52181 or 2831615. OLE color: 2831615.

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

Color convert

RGB 255 52 43 -
CMYK 0 0.80 0.83 0
HSL 2.55º 1% 0.58% -
HSV(B) 2.55º 0.83% 1% -
XYZ 42.9 23.89 4.64 -
YUV 111.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 255 52 43 0 0.80 0.83 0 2.55 1 0.58
Hex FF 34 2B 0 50 53 0 3 64 3A
Octal 377 64 53 0 120 123 0 3 144 72
Binary 11111111 110100 101011 0 1010000 1010011 0 11 1100100 111010

Color Harmonies of #FF342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF342B

Black with #FF342B

Text Example


Text Example

White with #FF342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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