Html Css Color HEX #F0401A Cinnabar

📋 copy color: '#F0401A'

red 240 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #F0401A

Tints of Cinnabar #F0401A

RGB

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

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

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

R = 72.73%
G = 19.39%
B = 7.88%

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

#F0401A (or 0xF0401A) is known color: Cinnabar. HEX triplet: F0, 40 and 1A. RGB value is (240,64,26). Sum of RGB (Red+Green+Blue) = 240+64+26=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F0401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0401A is #0FBFE5. Grayscale: #707070. Windows color (decimal): -1032166 or 1720560. OLE color: 1720560.

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

Color convert

RGB 240 64 26 -
CMYK 0 0.73 0.89 0.06
HSL 10.65º 0.88% 0.52% -
HSV(B) 10.65º 0.89% 0.94% -
XYZ 37.96 22.27 3.27 -
YUV 112.29 79.31 219.09 -
System Red Green Blue C M Y K H S L
Decimal 240 64 26 0 0.73 0.89 0.06 10.65 0.88 0.52
Hex F0 40 1A 0 49 59 6 B 58 34
Octal 360 100 32 0 111 131 6 13 130 64
Binary 11110000 1000000 11010 0 1001001 1011001 110 1011 1011000 110100

Color Harmonies of #F0401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0401A

Black with #F0401A

Text Example


Text Example

White with #F0401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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