Html Css Color HEX #F0481B Cinnabar

📋 copy color: '#F0481B'

red 240 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #F0481B

Tints of Cinnabar #F0481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 70.8%
G = 21.24%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0481B (or 0xF0481B) is known color: Cinnabar. HEX triplet: F0, 48 and 1B. RGB value is (240,72,27). Sum of RGB (Red+Green+Blue) = 240+72+27=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481B is #0FB7E4. Grayscale: #757575. Windows color (decimal): -1030117 or 1788144. OLE color: 1788144.

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

Color convert

RGB 240 72 27 -
CMYK 0 0.7 0.89 0.06
HSL 12.68º 0.88% 0.52% -
HSV(B) 12.68º 0.89% 0.94% -
XYZ 38.45 23.24 3.5 -
YUV 117.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 240 72 27 0 0.7 0.89 0.06 12.68 0.88 0.52
Hex F0 48 1B 0 46 59 6 D 58 34
Octal 360 110 33 0 106 131 6 15 130 64
Binary 11110000 1001000 11011 0 1000110 1011001 110 1101 1011000 110100

Color Harmonies of #F0481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0481B

Black with #F0481B

Text Example


Text Example

White with #F0481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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