Html Css Color HEX #F0411A Cinnabar

📋 copy color: '#F0411A'

red 240 ◦ green 65 ◦ blue 26

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

Shades of Cinnabar #F0411A

Tints of Cinnabar #F0411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 72.51%
G = 19.64%
B = 7.85%

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

#F0411A (or 0xF0411A) is known color: Cinnabar. HEX triplet: F0, 41 and 1A. RGB value is (240,65,26). Sum of RGB (Red+Green+Blue) = 240+65+26=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F0411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0411A is #0FBEE5. Grayscale: #717171. Windows color (decimal): -1031910 or 1720816. OLE color: 1720816.

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

Color convert

RGB 240 65 26 -
CMYK 0 0.73 0.89 0.06
HSL 10.93º 0.88% 0.52% -
HSV(B) 10.93º 0.89% 0.94% -
XYZ 38.01 22.38 3.29 -
YUV 112.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 240 65 26 0 0.73 0.89 0.06 10.93 0.88 0.52
Hex F0 41 1A 0 49 59 6 B 58 34
Octal 360 101 32 0 111 131 6 13 130 64
Binary 11110000 1000001 11010 0 1001001 1011001 110 1011 1011000 110100

Color Harmonies of #F0411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0411A

Black with #F0411A

Text Example


Text Example

White with #F0411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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