Html Css Color HEX #FF3B2A Red Orange

📋 copy color: '#FF3B2A'

red 255 ◦ green 59 ◦ blue 42

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

Shades of Red Orange #FF3B2A

Tints of Red Orange #FF3B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 71.63%
G = 16.57%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3B2A (or 0xFF3B2A) is known color: Red Orange. HEX triplet: FF, 3B and 2A. RGB value is (255,59,42). Sum of RGB (Red+Green+Blue) = 255+59+42=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B2A is #00C4D5. Grayscale: #737373. Windows color (decimal): -50390 or 2767871. OLE color: 2767871.

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

Color convert

RGB 255 59 42 -
CMYK 0 0.77 0.84 0
HSL 4.79º 1% 0.58% -
HSV(B) 4.79º 0.84% 1% -
XYZ 43.22 24.56 4.65 -
YUV 115.67 86.43 227.38 -
System Red Green Blue C M Y K H S L
Decimal 255 59 42 0 0.77 0.84 0 4.79 1 0.58
Hex FF 3B 2A 0 4D 54 0 5 64 3A
Octal 377 73 52 0 115 124 0 5 144 72
Binary 11111111 111011 101010 0 1001101 1010100 0 101 1100100 111010

Color Harmonies of #FF3B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B2A

Black with #FF3B2A

Text Example


Text Example

White with #FF3B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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