Html Css Color HEX #F03931 Cinnabar

📋 copy color: '#F03931'

red 240 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #F03931

Tints of Cinnabar #F03931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 69.36%
G = 16.47%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F03931 (or 0xF03931) is known color: Cinnabar. HEX triplet: F0, 39 and 31. RGB value is (240,57,49). Sum of RGB (Red+Green+Blue) = 240+57+49=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F03931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03931 is #0FC6CE. Grayscale: #6F6F6F. Windows color (decimal): -1033935 or 3226096. OLE color: 3226096.

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

Color convert

RGB 240 57 49 -
CMYK 0 0.76 0.80 0.06
HSL 2.51º 0.86% 0.57% -
HSV(B) 2.51º 0.8% 0.94% -
XYZ 37.95 21.67 5.09 -
YUV 110.81 93.13 220.15 -
System Red Green Blue C M Y K H S L
Decimal 240 57 49 0 0.76 0.80 0.06 2.51 0.86 0.57
Hex F0 39 31 0 4C 50 6 3 56 39
Octal 360 71 61 0 114 120 6 3 126 71
Binary 11110000 111001 110001 0 1001100 1010000 110 11 1010110 111001

Color Harmonies of #F03931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03931

Black with #F03931

Text Example


Text Example

White with #F03931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03931; }

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

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

background-color css

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

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

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

border-color css

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

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

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