Html Css Color HEX #F0482B Cinnabar

📋 copy color: '#F0482B'

red 240 ◦ green 72 ◦ blue 43

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

Shades of Cinnabar #F0482B

Tints of Cinnabar #F0482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 67.61%
G = 20.28%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0482B (or 0xF0482B) is known color: Cinnabar. HEX triplet: F0, 48 and 2B. RGB value is (240,72,43). Sum of RGB (Red+Green+Blue) = 240+72+43=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0482B is #0FB7D4. Grayscale: #777777. Windows color (decimal): -1030101 or 2836720. OLE color: 2836720.

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

Color convert

RGB 240 72 43 -
CMYK 0 0.7 0.82 0.06
HSL 8.83º 0.87% 0.55% -
HSV(B) 8.83º 0.82% 0.94% -
XYZ 38.69 23.33 4.75 -
YUV 118.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 240 72 43 0 0.7 0.82 0.06 8.83 0.87 0.55
Hex F0 48 2B 0 46 52 6 9 57 37
Octal 360 110 53 0 106 122 6 11 127 67
Binary 11110000 1001000 101011 0 1000110 1010010 110 1001 1010111 110111

Color Harmonies of #F0482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0482B

Black with #F0482B

Text Example


Text Example

White with #F0482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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