Html Css Color HEX #F0512A Cinnabar

📋 copy color: '#F0512A'

red 240 ◦ green 81 ◦ blue 42

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

Shades of Cinnabar #F0512A

Tints of Cinnabar #F0512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 66.12%
G = 22.31%
B = 11.57%

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

#F0512A (or 0xF0512A) is known color: Cinnabar. HEX triplet: F0, 51 and 2A. RGB value is (240,81,42). Sum of RGB (Red+Green+Blue) = 240+81+42=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0512A is #0FAED5. Grayscale: #7C7C7C. Windows color (decimal): -1027798 or 2773488. OLE color: 2773488.

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

Color convert

RGB 240 81 42 -
CMYK 0 0.66 0.82 0.06
HSL 11.82º 0.87% 0.55% -
HSV(B) 11.82º 0.83% 0.94% -
XYZ 39.3 24.58 4.86 -
YUV 124.1 81.68 210.67 -
System Red Green Blue C M Y K H S L
Decimal 240 81 42 0 0.66 0.82 0.06 11.82 0.87 0.55
Hex F0 51 2A 0 42 52 6 C 57 37
Octal 360 121 52 0 102 122 6 14 127 67
Binary 11110000 1010001 101010 0 1000010 1010010 110 1100 1010111 110111

Color Harmonies of #F0512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0512A

Black with #F0512A

Text Example


Text Example

White with #F0512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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