Html Css Color HEX #F0462C Cinnabar

📋 copy color: '#F0462C'

red 240 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #F0462C

Tints of Cinnabar #F0462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 67.8%
G = 19.77%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0462C (or 0xF0462C) is known color: Cinnabar. HEX triplet: F0, 46 and 2C. RGB value is (240,70,44). Sum of RGB (Red+Green+Blue) = 240+70+44=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0462C is #0FB9D3. Grayscale: #767676. Windows color (decimal): -1030612 or 2901744. OLE color: 2901744.

HSL color Cylindrical-coordinate representation of color #F0462C: hue angle of 7.96º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0462C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 44 -
CMYK 0 0.71 0.82 0.06
HSL 7.96º 0.87% 0.56% -
HSV(B) 7.96º 0.82% 0.94% -
XYZ 38.58 23.09 4.81 -
YUV 117.87 86.32 215.11 -
System Red Green Blue C M Y K H S L
Decimal 240 70 44 0 0.71 0.82 0.06 7.96 0.87 0.56
Hex F0 46 2C 0 47 52 6 8 57 38
Octal 360 106 54 0 107 122 6 10 127 70
Binary 11110000 1000110 101100 0 1000111 1010010 110 1000 1010111 111000

Color Harmonies of #F0462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0462C

Black with #F0462C

Text Example


Text Example

White with #F0462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0462C; }

 p { color: rgb(240,70,44); }

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

background-color css

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

 a { background-color: rgb(240,70,44); }

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

border-color css

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

 span { border-color: rgb(240,70,44); }

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