Html Css Color HEX #F03531 Red Orange

📋 copy color: '#F03531'

red 240 ◦ green 53 ◦ blue 49

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

Shades of Red Orange #F03531

Tints of Red Orange #F03531

RGB

 RED value IS 240 (94.14% from 255) = 70.18%

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

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

R = 70.18%
G = 15.5%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F03531 (or 0xF03531) is known color: Red Orange. HEX triplet: F0, 35 and 31. RGB value is (240,53,49). Sum of RGB (Red+Green+Blue) = 240+53+49=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03531 is #0FCACE. Grayscale: #6C6C6C. Windows color (decimal): -1034959 or 3225072. OLE color: 3225072.

HSL color Cylindrical-coordinate representation of color #F03531: hue angle of 1.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03531 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 49 -
CMYK 0 0.78 0.80 0.06
HSL 1.26º 0.86% 0.57% -
HSV(B) 1.26º 0.8% 0.94% -
XYZ 37.76 21.29 5.03 -
YUV 108.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 240 53 49 0 0.78 0.80 0.06 1.26 0.86 0.57
Hex F0 35 31 0 4E 50 6 1 56 39
Octal 360 65 61 0 116 120 6 1 126 71
Binary 11110000 110101 110001 0 1001110 1010000 110 1 1010110 111001

Color Harmonies of #F03531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03531

Black with #F03531

Text Example


Text Example

White with #F03531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03531; }

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

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

background-color css

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

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

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

border-color css

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

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

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