Html Css Color HEX #F04831 Cinnabar

📋 copy color: '#F04831'

red 240 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #F04831

Tints of Cinnabar #F04831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 66.48%
G = 19.94%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F04831 (or 0xF04831) is known color: Cinnabar. HEX triplet: F0, 48 and 31. RGB value is (240,72,49). Sum of RGB (Red+Green+Blue) = 240+72+49=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04831 is #0FB7CE. Grayscale: #777777. Windows color (decimal): -1030095 or 3229936. OLE color: 3229936.

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

Color convert

RGB 240 72 49 -
CMYK 0 0.7 0.80 0.06
HSL 7.23º 0.86% 0.57% -
HSV(B) 7.23º 0.8% 0.94% -
XYZ 38.81 23.38 5.37 -
YUV 119.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 240 72 49 0 0.7 0.80 0.06 7.23 0.86 0.57
Hex F0 48 31 0 46 50 6 7 56 39
Octal 360 110 61 0 106 120 6 7 126 71
Binary 11110000 1001000 110001 0 1000110 1010000 110 111 1010110 111001

Color Harmonies of #F04831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04831

Black with #F04831

Text Example


Text Example

White with #F04831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04831; }

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

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

background-color css

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

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

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

border-color css

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

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

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