Html Css Color HEX #F0441D Cinnabar

📋 copy color: '#F0441D'

red 240 ◦ green 68 ◦ blue 29

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

Shades of Cinnabar #F0441D

Tints of Cinnabar #F0441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 71.22%
G = 20.18%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0441D (or 0xF0441D) is known color: Cinnabar. HEX triplet: F0, 44 and 1D. RGB value is (240,68,29). Sum of RGB (Red+Green+Blue) = 240+68+29=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0441D is #0FBBE2. Grayscale: #737373. Windows color (decimal): -1031139 or 1918192. OLE color: 1918192.

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

Color convert

RGB 240 68 29 -
CMYK 0 0.72 0.88 0.06
HSL 11.09º 0.88% 0.53% -
HSV(B) 11.09º 0.88% 0.94% -
XYZ 38.22 22.75 3.54 -
YUV 114.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 240 68 29 0 0.72 0.88 0.06 11.09 0.88 0.53
Hex F0 44 1D 0 48 58 6 B 58 35
Octal 360 104 35 0 110 130 6 13 130 65
Binary 11110000 1000100 11101 0 1001000 1011000 110 1011 1011000 110101

Color Harmonies of #F0441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0441D

Black with #F0441D

Text Example


Text Example

White with #F0441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0441D; }

 p { color: rgb(240,68,29); }

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

background-color css

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

 a { background-color: rgb(240,68,29); }

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

border-color css

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

 span { border-color: rgb(240,68,29); }

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