Html Css Color HEX #F04C36 Cinnabar

📋 copy color: '#F04C36'

red 240 ◦ green 76 ◦ blue 54

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

Shades of Cinnabar #F04C36

Tints of Cinnabar #F04C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 64.86%
G = 20.54%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04C36 (or 0xF04C36) is known color: Cinnabar. HEX triplet: F0, 4C and 36. RGB value is (240,76,54). Sum of RGB (Red+Green+Blue) = 240+76+54=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C36 is #0FB3C9. Grayscale: #7A7A7A. Windows color (decimal): -1029066 or 3558640. OLE color: 3558640.

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

Color convert

RGB 240 76 54 -
CMYK 0 0.68 0.78 0.06
HSL 7.1º 0.86% 0.58% -
HSV(B) 7.1º 0.78% 0.94% -
XYZ 39.19 23.96 6.05 -
YUV 122.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 240 76 54 0 0.68 0.78 0.06 7.1 0.86 0.58
Hex F0 4C 36 0 44 4E 6 7 56 3A
Octal 360 114 66 0 104 116 6 7 126 72
Binary 11110000 1001100 110110 0 1000100 1001110 110 111 1010110 111010

Color Harmonies of #F04C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C36

Black with #F04C36

Text Example


Text Example

White with #F04C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C36; }

 p { color: rgb(240,76,54); }

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

background-color css

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

 a { background-color: rgb(240,76,54); }

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

border-color css

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

 span { border-color: rgb(240,76,54); }

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