Html Css Color HEX #F03331 Red Orange

📋 copy color: '#F03331'

red 240 ◦ green 51 ◦ blue 49

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

Shades of Red Orange #F03331

Tints of Red Orange #F03331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 70.59%
G = 15%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F03331 (or 0xF03331) is known color: Red Orange. HEX triplet: F0, 33 and 31. RGB value is (240,51,49). Sum of RGB (Red+Green+Blue) = 240+51+49=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F03331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03331 is #0FCCCE. Grayscale: #6B6B6B. Windows color (decimal): -1035471 or 3224560. OLE color: 3224560.

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

Color convert

RGB 240 51 49 -
CMYK 0 0.79 0.80 0.06
HSL 0.63º 0.86% 0.57% -
HSV(B) 0.63º 0.8% 0.94% -
XYZ 37.67 21.11 5 -
YUV 107.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 240 51 49 0 0.79 0.80 0.06 0.63 0.86 0.57
Hex F0 33 31 0 4F 50 6 1 56 39
Octal 360 63 61 0 117 120 6 1 126 71
Binary 11110000 110011 110001 0 1001111 1010000 110 1 1010110 111001

Color Harmonies of #F03331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03331

Black with #F03331

Text Example


Text Example

White with #F03331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03331; }

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

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

background-color css

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

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

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

border-color css

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

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

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