Html Css Color HEX #F0361B Cinnabar

📋 copy color: '#F0361B'

red 240 ◦ green 54 ◦ blue 27

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

Shades of Cinnabar #F0361B

Tints of Cinnabar #F0361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 74.77%
G = 16.82%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0361B (or 0xF0361B) is known color: Cinnabar. HEX triplet: F0, 36 and 1B. RGB value is (240,54,27). Sum of RGB (Red+Green+Blue) = 240+54+27=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0361B is #0FC9E4. Grayscale: #6A6A6A. Windows color (decimal): -1034725 or 1783536. OLE color: 1783536.

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

Color convert

RGB 240 54 27 -
CMYK 0 0.78 0.89 0.06
HSL 7.61º 0.88% 0.52% -
HSV(B) 7.61º 0.89% 0.94% -
XYZ 37.45 21.24 3.16 -
YUV 106.54 83.12 223.2 -
System Red Green Blue C M Y K H S L
Decimal 240 54 27 0 0.78 0.89 0.06 7.61 0.88 0.52
Hex F0 36 1B 0 4E 59 6 8 58 34
Octal 360 66 33 0 116 131 6 10 130 64
Binary 11110000 110110 11011 0 1001110 1011001 110 1000 1011000 110100

Color Harmonies of #F0361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0361B

Black with #F0361B

Text Example


Text Example

White with #F0361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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