Html Css Color HEX #F0401C Cinnabar

📋 copy color: '#F0401C'

red 240 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #F0401C

Tints of Cinnabar #F0401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 72.29%
G = 19.28%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0401C (or 0xF0401C) is known color: Cinnabar. HEX triplet: F0, 40 and 1C. RGB value is (240,64,28). Sum of RGB (Red+Green+Blue) = 240+64+28=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0401C is #0FBFE3. Grayscale: #707070. Windows color (decimal): -1032164 or 1851632. OLE color: 1851632.

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

Color convert

RGB 240 64 28 -
CMYK 0 0.73 0.88 0.06
HSL 10.19º 0.88% 0.53% -
HSV(B) 10.19º 0.88% 0.94% -
XYZ 37.98 22.28 3.4 -
YUV 112.52 80.31 218.93 -
System Red Green Blue C M Y K H S L
Decimal 240 64 28 0 0.73 0.88 0.06 10.19 0.88 0.53
Hex F0 40 1C 0 49 58 6 A 58 35
Octal 360 100 34 0 111 130 6 12 130 65
Binary 11110000 1000000 11100 0 1001001 1011000 110 1010 1011000 110101

Color Harmonies of #F0401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0401C

Black with #F0401C

Text Example


Text Example

White with #F0401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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