Html Css Color HEX #F0482E Cinnabar

📋 copy color: '#F0482E'

red 240 ◦ green 72 ◦ blue 46

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

Shades of Cinnabar #F0482E

Tints of Cinnabar #F0482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 67.04%
G = 20.11%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0482E (or 0xF0482E) is known color: Cinnabar. HEX triplet: F0, 48 and 2E. RGB value is (240,72,46). Sum of RGB (Red+Green+Blue) = 240+72+46=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0482E is #0FB7D1. Grayscale: #777777. Windows color (decimal): -1030098 or 3033328. OLE color: 3033328.

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

Color convert

RGB 240 72 46 -
CMYK 0 0.7 0.81 0.06
HSL 8.04º 0.87% 0.56% -
HSV(B) 8.04º 0.81% 0.94% -
XYZ 38.75 23.36 5.05 -
YUV 119.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 240 72 46 0 0.7 0.81 0.06 8.04 0.87 0.56
Hex F0 48 2E 0 46 51 6 8 57 38
Octal 360 110 56 0 106 121 6 10 127 70
Binary 11110000 1001000 101110 0 1000110 1010001 110 1000 1010111 111000

Color Harmonies of #F0482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0482E

Black with #F0482E

Text Example


Text Example

White with #F0482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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