Html Css Color HEX #F0481E Cinnabar

📋 copy color: '#F0481E'

red 240 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #F0481E

Tints of Cinnabar #F0481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 70.18%
G = 21.05%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0481E (or 0xF0481E) is known color: Cinnabar. HEX triplet: F0, 48 and 1E. RGB value is (240,72,30). Sum of RGB (Red+Green+Blue) = 240+72+30=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0481E is #0FB7E1. Grayscale: #757575. Windows color (decimal): -1030114 or 1984752. OLE color: 1984752.

HSL color Cylindrical-coordinate representation of color #F0481E: hue angle of 12º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0481E is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 30 -
CMYK 0 0.7 0.87 0.06
HSL 12º 0.88% 0.53% -
HSV(B) 12º 0.88% 0.94% -
XYZ 38.49 23.25 3.69 -
YUV 117.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 240 72 30 0 0.7 0.87 0.06 12 0.88 0.53
Hex F0 48 1E 0 46 57 6 C 58 35
Octal 360 110 36 0 106 127 6 14 130 65
Binary 11110000 1001000 11110 0 1000110 1010111 110 1100 1011000 110101

Color Harmonies of #F0481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0481E

Black with #F0481E

Text Example


Text Example

White with #F0481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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