Html Css Color HEX #F0441B Cinnabar

📋 copy color: '#F0441B'

red 240 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #F0441B

Tints of Cinnabar #F0441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 71.64%
G = 20.3%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0441B (or 0xF0441B) is known color: Cinnabar. HEX triplet: F0, 44 and 1B. RGB value is (240,68,27). Sum of RGB (Red+Green+Blue) = 240+68+27=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0441B is #0FBBE4. Grayscale: #737373. Windows color (decimal): -1031141 or 1787120. OLE color: 1787120.

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

Color convert

RGB 240 68 27 -
CMYK 0 0.72 0.89 0.06
HSL 11.55º 0.88% 0.52% -
HSV(B) 11.55º 0.89% 0.94% -
XYZ 38.2 22.74 3.41 -
YUV 114.75 78.48 217.33 -
System Red Green Blue C M Y K H S L
Decimal 240 68 27 0 0.72 0.89 0.06 11.55 0.88 0.52
Hex F0 44 1B 0 48 59 6 C 58 34
Octal 360 104 33 0 110 131 6 14 130 64
Binary 11110000 1000100 11011 0 1001000 1011001 110 1100 1011000 110100

Color Harmonies of #F0441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0441B

Black with #F0441B

Text Example


Text Example

White with #F0441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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