Html Css Color HEX #F0391B Cinnabar

📋 copy color: '#F0391B'

red 240 ◦ green 57 ◦ blue 27

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

Shades of Cinnabar #F0391B

Tints of Cinnabar #F0391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 74.07%
G = 17.59%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0391B (or 0xF0391B) is known color: Cinnabar. HEX triplet: F0, 39 and 1B. RGB value is (240,57,27). Sum of RGB (Red+Green+Blue) = 240+57+27=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0391B is #0FC6E4. Grayscale: #6C6C6C. Windows color (decimal): -1033957 or 1784304. OLE color: 1784304.

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

Color convert

RGB 240 57 27 -
CMYK 0 0.76 0.89 0.06
HSL 8.45º 0.88% 0.52% -
HSV(B) 8.45º 0.89% 0.94% -
XYZ 37.6 21.53 3.21 -
YUV 108.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 240 57 27 0 0.76 0.89 0.06 8.45 0.88 0.52
Hex F0 39 1B 0 4C 59 6 8 58 34
Octal 360 71 33 0 114 131 6 10 130 64
Binary 11110000 111001 11011 0 1001100 1011001 110 1000 1011000 110100

Color Harmonies of #F0391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0391B

Black with #F0391B

Text Example


Text Example

White with #F0391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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