Html Css Color HEX #F03934 Red Orange

📋 copy color: '#F03934'

red 240 ◦ green 57 ◦ blue 52

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

Shades of Red Orange #F03934

Tints of Red Orange #F03934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.9%

R = 68.77%
G = 16.33%
B = 14.9%

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

#F03934 (or 0xF03934) is known color: Red Orange. HEX triplet: F0, 39 and 34. RGB value is (240,57,52). Sum of RGB (Red+Green+Blue) = 240+57+52=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F03934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03934 is #0FC6CB. Grayscale: #6F6F6F. Windows color (decimal): -1033932 or 3422704. OLE color: 3422704.

HSL color Cylindrical-coordinate representation of color #F03934: hue angle of 1.6º 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 #F03934 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 52 -
CMYK 0 0.76 0.78 0.06
HSL 1.6º 0.86% 0.57% -
HSV(B) 1.6º 0.78% 0.94% -
XYZ 38.02 21.7 5.43 -
YUV 111.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 240 57 52 0 0.76 0.78 0.06 1.6 0.86 0.57
Hex F0 39 34 0 4C 4E 6 2 56 39
Octal 360 71 64 0 114 116 6 2 126 71
Binary 11110000 111001 110100 0 1001100 1001110 110 10 1010110 111001

Color Harmonies of #F03934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03934

Black with #F03934

Text Example


Text Example

White with #F03934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03934; }

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

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

background-color css

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

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

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

border-color css

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

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

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