Html Css Color HEX #F03935 Red Orange

📋 copy color: '#F03935'

red 240 ◦ green 57 ◦ blue 53

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

Shades of Red Orange #F03935

Tints of Red Orange #F03935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 68.57%
G = 16.29%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03935 (or 0xF03935) is known color: Red Orange. HEX triplet: F0, 39 and 35. RGB value is (240,57,53). Sum of RGB (Red+Green+Blue) = 240+57+53=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F03935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03935 is #0FC6CA. Grayscale: #6F6F6F. Windows color (decimal): -1033931 or 3488240. OLE color: 3488240.

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

Color convert

RGB 240 57 53 -
CMYK 0 0.76 0.78 0.06
HSL 1.28º 0.86% 0.57% -
HSV(B) 1.28º 0.78% 0.94% -
XYZ 38.04 21.71 5.55 -
YUV 111.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 240 57 53 0 0.76 0.78 0.06 1.28 0.86 0.57
Hex F0 39 35 0 4C 4E 6 1 56 39
Octal 360 71 65 0 114 116 6 1 126 71
Binary 11110000 111001 110101 0 1001100 1001110 110 1 1010110 111001

Color Harmonies of #F03935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03935

Black with #F03935

Text Example


Text Example

White with #F03935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03935; }

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

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

background-color css

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

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

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

border-color css

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

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

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