Html Css Color HEX #FF3531 Red Orange

📋 copy color: '#FF3531'

red 255 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #FF3531

Tints of Red Orange #FF3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 71.43%
G = 14.85%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3531 (or 0xFF3531) is known color: Red Orange. HEX triplet: FF, 35 and 31. RGB value is (255,53,49). Sum of RGB (Red+Green+Blue) = 255+53+49=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3531 is #00CACE. Grayscale: #717171. Windows color (decimal): -51919 or 3225087. OLE color: 3225087.

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

Color convert

RGB 255 53 49 -
CMYK 0 0.79 0.81 0
HSL 1.17º 1% 0.6% -
HSV(B) 1.17º 0.81% 1% -
XYZ 43.07 24.03 5.27 -
YUV 112.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 255 53 49 0 0.79 0.81 0 1.17 1 0.6
Hex FF 35 31 0 4F 51 0 1 64 3C
Octal 377 65 61 0 117 121 0 1 144 74
Binary 11111111 110101 110001 0 1001111 1010001 0 1 1100100 111100

Color Harmonies of #FF3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3531

Black with #FF3531

Text Example


Text Example

White with #FF3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3531; }

 p { color: rgb(255,53,49); }

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

background-color css

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

 a { background-color: rgb(255,53,49); }

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

border-color css

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

 span { border-color: rgb(255,53,49); }

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