Html Css Color HEX #EF512E Cinnabar

📋 copy color: '#EF512E'

red 239 ◦ green 81 ◦ blue 46

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

Shades of Cinnabar #EF512E

Tints of Cinnabar #EF512E

RGB

 RED value IS 239 (93.75% from 255) = 65.3%

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

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

R = 65.3%
G = 22.13%
B = 12.57%

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

#EF512E (or 0xEF512E) is known color: Cinnabar. HEX triplet: EF, 51 and 2E. RGB value is (239,81,46). Sum of RGB (Red+Green+Blue) = 239+81+46=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF512E is #10AED1. Grayscale: #7C7C7C. Windows color (decimal): -1093330 or 3035631. OLE color: 3035631.

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

Color convert

RGB 239 81 46 -
CMYK 0 0.66 0.81 0.06
HSL 10.88º 0.86% 0.56% -
HSV(B) 10.88º 0.81% 0.94% -
XYZ 39.03 24.43 5.24 -
YUV 124.25 83.85 209.85 -
System Red Green Blue C M Y K H S L
Decimal 239 81 46 0 0.66 0.81 0.06 10.88 0.86 0.56
Hex EF 51 2E 0 42 51 6 B 56 38
Octal 357 121 56 0 102 121 6 13 126 70
Binary 11101111 1010001 101110 0 1000010 1010001 110 1011 1010110 111000

Color Harmonies of #EF512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF512E

Black with #EF512E

Text Example


Text Example

White with #EF512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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