Html Css Color HEX #F04F2C Cinnabar

📋 copy color: '#F04F2C'

red 240 ◦ green 79 ◦ blue 44

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

Shades of Cinnabar #F04F2C

Tints of Cinnabar #F04F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 66.12%
G = 21.76%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F04F2C (or 0xF04F2C) is known color: Cinnabar. HEX triplet: F0, 4F and 2C. RGB value is (240,79,44). Sum of RGB (Red+Green+Blue) = 240+79+44=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F2C is #0FB0D3. Grayscale: #7B7B7B. Windows color (decimal): -1028308 or 2904048. OLE color: 2904048.

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

Color convert

RGB 240 79 44 -
CMYK 0 0.67 0.82 0.06
HSL 10.71º 0.87% 0.56% -
HSV(B) 10.71º 0.82% 0.94% -
XYZ 39.19 24.3 5.01 -
YUV 123.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 240 79 44 0 0.67 0.82 0.06 10.71 0.87 0.56
Hex F0 4F 2C 0 43 52 6 B 57 38
Octal 360 117 54 0 103 122 6 13 127 70
Binary 11110000 1001111 101100 0 1000011 1010010 110 1011 1010111 111000

Color Harmonies of #F04F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F2C

Black with #F04F2C

Text Example


Text Example

White with #F04F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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