Html Css Color HEX #F0331D Red Orange

📋 copy color: '#F0331D'

red 240 ◦ green 51 ◦ blue 29

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

Shades of Red Orange #F0331D

Tints of Red Orange #F0331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 75%
G = 15.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0331D (or 0xF0331D) is known color: Red Orange. HEX triplet: F0, 33 and 1D. RGB value is (240,51,29). Sum of RGB (Red+Green+Blue) = 240+51+29=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0331D is #0FCCE2. Grayscale: #696969. Windows color (decimal): -1035491 or 1913840. OLE color: 1913840.

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

Color convert

RGB 240 51 29 -
CMYK 0 0.79 0.88 0.06
HSL 6.26º 0.88% 0.53% -
HSV(B) 6.26º 0.88% 0.94% -
XYZ 37.34 20.98 3.24 -
YUV 105 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 240 51 29 0 0.79 0.88 0.06 6.26 0.88 0.53
Hex F0 33 1D 0 4F 58 6 6 58 35
Octal 360 63 35 0 117 130 6 6 130 65
Binary 11110000 110011 11101 0 1001111 1011000 110 110 1011000 110101

Color Harmonies of #F0331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0331D

Black with #F0331D

Text Example


Text Example

White with #F0331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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