Html Css Color HEX #F03129 Red Orange

📋 copy color: '#F03129'

red 240 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #F03129

Tints of Red Orange #F03129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 72.73%
G = 14.85%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03129 (or 0xF03129) is known color: Red Orange. HEX triplet: F0, 31 and 29. RGB value is (240,49,41). Sum of RGB (Red+Green+Blue) = 240+49+41=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F03129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03129 is #0FCED6. Grayscale: #696969. Windows color (decimal): -1035991 or 2699760. OLE color: 2699760.

HSL color Cylindrical-coordinate representation of color #F03129: hue angle of 2.41º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F03129 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 41 -
CMYK 0 0.80 0.83 0.06
HSL 2.41º 0.87% 0.55% -
HSV(B) 2.41º 0.83% 0.94% -
XYZ 37.43 20.88 4.16 -
YUV 105.2 91.78 224.15 -
System Red Green Blue C M Y K H S L
Decimal 240 49 41 0 0.80 0.83 0.06 2.41 0.87 0.55
Hex F0 31 29 0 50 53 6 2 57 37
Octal 360 61 51 0 120 123 6 2 127 67
Binary 11110000 110001 101001 0 1010000 1010011 110 10 1010111 110111

Color Harmonies of #F03129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03129

Black with #F03129

Text Example


Text Example

White with #F03129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03129; }

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

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

background-color css

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

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

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

border-color css

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

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

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