Html Css Color HEX #F03130 Red Orange

📋 copy color: '#F03130'

red 240 ◦ green 49 ◦ blue 48

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

Shades of Red Orange #F03130

Tints of Red Orange #F03130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 71.22%
G = 14.54%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F03130 (or 0xF03130) is known color: Red Orange. HEX triplet: F0, 31 and 30. RGB value is (240,49,48). Sum of RGB (Red+Green+Blue) = 240+49+48=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F03130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03130 is #0FCECF. Grayscale: #6A6A6A. Windows color (decimal): -1035984 or 3158512. OLE color: 3158512.

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

Color convert

RGB 240 49 48 -
CMYK 0 0.80 0.8 0.06
HSL 0.31º 0.86% 0.56% -
HSV(B) 0.31º 0.8% 0.94% -
XYZ 37.57 20.94 4.86 -
YUV 106 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 240 49 48 0 0.80 0.8 0.06 0.31 0.86 0.56
Hex F0 31 30 0 50 50 6 0 56 38
Octal 360 61 60 0 120 120 6 0 126 70
Binary 11110000 110001 110000 0 1010000 1010000 110 0 1010110 111000

Color Harmonies of #F03130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03130

Black with #F03130

Text Example


Text Example

White with #F03130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03130; }

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

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

background-color css

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

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

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

border-color css

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

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

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