Html Css Color HEX #FF3B32 Red Orange

📋 copy color: '#FF3B32'

red 255 ◦ green 59 ◦ blue 50

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

Shades of Red Orange #FF3B32

Tints of Red Orange #FF3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 70.05%
G = 16.21%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF3B32 (or 0xFF3B32) is known color: Red Orange. HEX triplet: FF, 3B and 32. RGB value is (255,59,50). Sum of RGB (Red+Green+Blue) = 255+59+50=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B32 is #00C4CD. Grayscale: #747474. Windows color (decimal): -50382 or 3292159. OLE color: 3292159.

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

Color convert

RGB 255 59 50 -
CMYK 0 0.77 0.80 0
HSL 2.63º 1% 0.6% -
HSV(B) 2.63º 0.8% 1% -
XYZ 43.38 24.62 5.48 -
YUV 116.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 255 59 50 0 0.77 0.80 0 2.63 1 0.6
Hex FF 3B 32 0 4D 50 0 3 64 3C
Octal 377 73 62 0 115 120 0 3 144 74
Binary 11111111 111011 110010 0 1001101 1010000 0 11 1100100 111100

Color Harmonies of #FF3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B32

Black with #FF3B32

Text Example


Text Example

White with #FF3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B32; }

 p { color: rgb(255,59,50); }

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

background-color css

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

 a { background-color: rgb(255,59,50); }

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

border-color css

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

 span { border-color: rgb(255,59,50); }

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