Html Css Color HEX #F0301D Red Orange

📋 copy color: '#F0301D'

red 240 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #F0301D

Tints of Red Orange #F0301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 75.71%
G = 15.14%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0301D (or 0xF0301D) is known color: Red Orange. HEX triplet: F0, 30 and 1D. RGB value is (240,48,29). Sum of RGB (Red+Green+Blue) = 240+48+29=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0301D is #0FCFE2. Grayscale: #676767. Windows color (decimal): -1036259 or 1913072. OLE color: 1913072.

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

Color convert

RGB 240 48 29 -
CMYK 0 0.8 0.88 0.06
HSL 5.4º 0.88% 0.53% -
HSV(B) 5.4º 0.88% 0.94% -
XYZ 37.21 20.73 3.2 -
YUV 103.24 86.11 225.54 -
System Red Green Blue C M Y K H S L
Decimal 240 48 29 0 0.8 0.88 0.06 5.4 0.88 0.53
Hex F0 30 1D 0 50 58 6 5 58 35
Octal 360 60 35 0 120 130 6 5 130 65
Binary 11110000 110000 11101 0 1010000 1011000 110 101 1011000 110101

Color Harmonies of #F0301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0301D

Black with #F0301D

Text Example


Text Example

White with #F0301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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