Html Css Color HEX #F0512B Cinnabar

📋 copy color: '#F0512B'

red 240 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #F0512B

Tints of Cinnabar #F0512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 65.93%
G = 22.25%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0512B (or 0xF0512B) is known color: Cinnabar. HEX triplet: F0, 51 and 2B. RGB value is (240,81,43). Sum of RGB (Red+Green+Blue) = 240+81+43=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0512B is #0FAED4. Grayscale: #7C7C7C. Windows color (decimal): -1027797 or 2839024. OLE color: 2839024.

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

Color convert

RGB 240 81 43 -
CMYK 0 0.66 0.82 0.06
HSL 11.57º 0.87% 0.55% -
HSV(B) 11.57º 0.82% 0.94% -
XYZ 39.31 24.58 4.96 -
YUV 124.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 240 81 43 0 0.66 0.82 0.06 11.57 0.87 0.55
Hex F0 51 2B 0 42 52 6 C 57 37
Octal 360 121 53 0 102 122 6 14 127 67
Binary 11110000 1010001 101011 0 1000010 1010010 110 1100 1010111 110111

Color Harmonies of #F0512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0512B

Black with #F0512B

Text Example


Text Example

White with #F0512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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