Html Css Color HEX #F04A37 Cinnabar

📋 copy color: '#F04A37'

red 240 ◦ green 74 ◦ blue 55

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

Shades of Cinnabar #F04A37

Tints of Cinnabar #F04A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 65.04%
G = 20.05%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F04A37 (or 0xF04A37) is known color: Cinnabar. HEX triplet: F0, 4A and 37. RGB value is (240,74,55). Sum of RGB (Red+Green+Blue) = 240+74+55=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A37 is #0FB5C8. Grayscale: #797979. Windows color (decimal): -1029577 or 3623664. OLE color: 3623664.

HSL color Cylindrical-coordinate representation of color #F04A37: hue angle of 6.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F04A37 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 55 -
CMYK 0 0.69 0.77 0.06
HSL 6.16º 0.86% 0.58% -
HSV(B) 6.16º 0.77% 0.94% -
XYZ 39.07 23.7 6.13 -
YUV 121.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 240 74 55 0 0.69 0.77 0.06 6.16 0.86 0.58
Hex F0 4A 37 0 45 4D 6 6 56 3A
Octal 360 112 67 0 105 115 6 6 126 72
Binary 11110000 1001010 110111 0 1000101 1001101 110 110 1010110 111010

Color Harmonies of #F04A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A37

Black with #F04A37

Text Example


Text Example

White with #F04A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A37; }

 p { color: rgb(240,74,55); }

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

background-color css

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

 a { background-color: rgb(240,74,55); }

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

border-color css

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

 span { border-color: rgb(240,74,55); }

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