Html Css Color HEX #F0411B Cinnabar

📋 copy color: '#F0411B'

red 240 ◦ green 65 ◦ blue 27

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

Shades of Cinnabar #F0411B

Tints of Cinnabar #F0411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 72.29%
G = 19.58%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0411B (or 0xF0411B) is known color: Cinnabar. HEX triplet: F0, 41 and 1B. RGB value is (240,65,27). Sum of RGB (Red+Green+Blue) = 240+65+27=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0411B is #0FBEE4. Grayscale: #717171. Windows color (decimal): -1031909 or 1786352. OLE color: 1786352.

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

Color convert

RGB 240 65 27 -
CMYK 0 0.73 0.89 0.06
HSL 10.7º 0.88% 0.52% -
HSV(B) 10.7º 0.89% 0.94% -
XYZ 38.02 22.38 3.35 -
YUV 112.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 240 65 27 0 0.73 0.89 0.06 10.7 0.88 0.52
Hex F0 41 1B 0 49 59 6 B 58 34
Octal 360 101 33 0 111 131 6 13 130 64
Binary 11110000 1000001 11011 0 1001001 1011001 110 1011 1011000 110100

Color Harmonies of #F0411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0411B

Black with #F0411B

Text Example


Text Example

White with #F0411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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