Html Css Color HEX #F04D1C Cinnabar

📋 copy color: '#F04D1C'

red 240 ◦ green 77 ◦ blue 28

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

Shades of Cinnabar #F04D1C

Tints of Cinnabar #F04D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 69.57%
G = 22.32%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F04D1C (or 0xF04D1C) is known color: Cinnabar. HEX triplet: F0, 4D and 1C. RGB value is (240,77,28). Sum of RGB (Red+Green+Blue) = 240+77+28=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D1C is #0FB2E3. Grayscale: #787878. Windows color (decimal): -1028836 or 1854960. OLE color: 1854960.

HSL color Cylindrical-coordinate representation of color #F04D1C: hue angle of 13.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F04D1C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 28 -
CMYK 0 0.68 0.88 0.06
HSL 13.87º 0.88% 0.53% -
HSV(B) 13.87º 0.88% 0.94% -
XYZ 38.8 23.92 3.67 -
YUV 120.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 240 77 28 0 0.68 0.88 0.06 13.87 0.88 0.53
Hex F0 4D 1C 0 44 58 6 E 58 35
Octal 360 115 34 0 104 130 6 16 130 65
Binary 11110000 1001101 11100 0 1000100 1011000 110 1110 1011000 110101

Color Harmonies of #F04D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D1C

Black with #F04D1C

Text Example


Text Example

White with #F04D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D1C; }

 p { color: rgb(240,77,28); }

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

background-color css

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

 a { background-color: rgb(240,77,28); }

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

border-color css

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

 span { border-color: rgb(240,77,28); }

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