Html Css Color HEX #F0341D Red Orange

📋 copy color: '#F0341D'

red 240 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #F0341D

Tints of Red Orange #F0341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 74.77%
G = 16.2%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0341D (or 0xF0341D) is known color: Red Orange. HEX triplet: F0, 34 and 1D. RGB value is (240,52,29). Sum of RGB (Red+Green+Blue) = 240+52+29=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0341D is #0FCBE2. Grayscale: #696969. Windows color (decimal): -1035235 or 1914096. OLE color: 1914096.

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

Color convert

RGB 240 52 29 -
CMYK 0 0.78 0.88 0.06
HSL 6.54º 0.88% 0.53% -
HSV(B) 6.54º 0.88% 0.94% -
XYZ 37.38 21.07 3.26 -
YUV 105.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 240 52 29 0 0.78 0.88 0.06 6.54 0.88 0.53
Hex F0 34 1D 0 4E 58 6 7 58 35
Octal 360 64 35 0 116 130 6 7 130 65
Binary 11110000 110100 11101 0 1001110 1011000 110 111 1011000 110101

Color Harmonies of #F0341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0341D

Black with #F0341D

Text Example


Text Example

White with #F0341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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