Html Css Color HEX #F03128 Red Orange

📋 copy color: '#F03128'

red 240 ◦ green 49 ◦ blue 40

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

Shades of Red Orange #F03128

Tints of Red Orange #F03128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 72.95%
G = 14.89%
B = 12.16%

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

#F03128 (or 0xF03128) is known color: Red Orange. HEX triplet: F0, 31 and 28. RGB value is (240,49,40). Sum of RGB (Red+Green+Blue) = 240+49+40=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03128 is #0FCED7. Grayscale: #696969. Windows color (decimal): -1035992 or 2634224. OLE color: 2634224.

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

Color convert

RGB 240 49 40 -
CMYK 0 0.80 0.83 0.06
HSL 2.7º 0.87% 0.55% -
HSV(B) 2.7º 0.83% 0.94% -
XYZ 37.42 20.88 4.06 -
YUV 105.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 240 49 40 0 0.80 0.83 0.06 2.7 0.87 0.55
Hex F0 31 28 0 50 53 6 3 57 37
Octal 360 61 50 0 120 123 6 3 127 67
Binary 11110000 110001 101000 0 1010000 1010011 110 11 1010111 110111

Color Harmonies of #F03128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03128

Black with #F03128

Text Example


Text Example

White with #F03128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03128; }

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

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

background-color css

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

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

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

border-color css

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

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

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