Html Css Color HEX #F0512E Cinnabar

📋 copy color: '#F0512E'

red 240 ◦ green 81 ◦ blue 46

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

Shades of Cinnabar #F0512E

Tints of Cinnabar #F0512E

RGB

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

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

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

R = 65.4%
G = 22.07%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0512E (or 0xF0512E) is known color: Cinnabar. HEX triplet: F0, 51 and 2E. RGB value is (240,81,46). Sum of RGB (Red+Green+Blue) = 240+81+46=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0512E is #0FAED1. Grayscale: #7C7C7C. Windows color (decimal): -1027794 or 3035632. OLE color: 3035632.

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

Color convert

RGB 240 81 46 -
CMYK 0 0.66 0.81 0.06
HSL 10.82º 0.87% 0.56% -
HSV(B) 10.82º 0.81% 0.94% -
XYZ 39.37 24.61 5.26 -
YUV 124.55 83.68 210.35 -
System Red Green Blue C M Y K H S L
Decimal 240 81 46 0 0.66 0.81 0.06 10.82 0.87 0.56
Hex F0 51 2E 0 42 51 6 B 57 38
Octal 360 121 56 0 102 121 6 13 127 70
Binary 11110000 1010001 101110 0 1000010 1010001 110 1011 1010111 111000

Color Harmonies of #F0512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0512E

Black with #F0512E

Text Example


Text Example

White with #F0512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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