Html Css Color HEX #F93531 Red Orange

📋 copy color: '#F93531'

red 249 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #F93531

Tints of Red Orange #F93531

RGB

 RED value IS 249 (97.66% from 255) = 70.94%

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

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

R = 70.94%
G = 15.1%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F93531 (or 0xF93531) is known color: Red Orange. HEX triplet: F9, 35 and 31. RGB value is (249,53,49). Sum of RGB (Red+Green+Blue) = 249+53+49=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F93531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93531 is #06CACE. Grayscale: #6F6F6F. Windows color (decimal): -445135 or 3225081. OLE color: 3225081.

HSL color Cylindrical-coordinate representation of color #F93531: hue angle of 1.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93531 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 53 49 -
CMYK 0 0.79 0.80 0.02
HSL 1.2º 0.94% 0.58% -
HSV(B) 1.2º 0.8% 0.98% -
XYZ 40.89 22.91 5.17 -
YUV 111.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 249 53 49 0 0.79 0.80 0.02 1.2 0.94 0.58
Hex F9 35 31 0 4F 50 2 1 5E 3A
Octal 371 65 61 0 117 120 2 1 136 72
Binary 11111001 110101 110001 0 1001111 1010000 10 1 1011110 111010

Color Harmonies of #F93531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93531

Black with #F93531

Text Example


Text Example

White with #F93531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93531; }

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

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

background-color css

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

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

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

border-color css

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

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

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