Html Css Color HEX #F0421B Cinnabar

📋 copy color: '#F0421B'

red 240 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #F0421B

Tints of Cinnabar #F0421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 72.07%
G = 19.82%
B = 8.11%

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

#F0421B (or 0xF0421B) is known color: Cinnabar. HEX triplet: F0, 42 and 1B. RGB value is (240,66,27). Sum of RGB (Red+Green+Blue) = 240+66+27=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0421B is #0FBDE4. Grayscale: #717171. Windows color (decimal): -1031653 or 1786608. OLE color: 1786608.

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

Color convert

RGB 240 66 27 -
CMYK 0 0.72 0.89 0.06
HSL 10.99º 0.88% 0.52% -
HSV(B) 10.99º 0.89% 0.94% -
XYZ 38.08 22.5 3.37 -
YUV 113.58 79.15 218.17 -
System Red Green Blue C M Y K H S L
Decimal 240 66 27 0 0.72 0.89 0.06 10.99 0.88 0.52
Hex F0 42 1B 0 48 59 6 B 58 34
Octal 360 102 33 0 110 131 6 13 130 64
Binary 11110000 1000010 11011 0 1001000 1011001 110 1011 1011000 110100

Color Harmonies of #F0421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0421B

Black with #F0421B

Text Example


Text Example

White with #F0421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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