Html Css Color HEX #EF512C Cinnabar

📋 copy color: '#EF512C'

red 239 ◦ green 81 ◦ blue 44

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

Shades of Cinnabar #EF512C

Tints of Cinnabar #EF512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 65.66%
G = 22.25%
B = 12.09%

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

#EF512C (or 0xEF512C) is known color: Cinnabar. HEX triplet: EF, 51 and 2C. RGB value is (239,81,44). Sum of RGB (Red+Green+Blue) = 239+81+44=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF512C is #10AED3. Grayscale: #7C7C7C. Windows color (decimal): -1093332 or 2904559. OLE color: 2904559.

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

Color convert

RGB 239 81 44 -
CMYK 0 0.66 0.82 0.06
HSL 11.38º 0.86% 0.55% -
HSV(B) 11.38º 0.82% 0.94% -
XYZ 38.99 24.42 5.04 -
YUV 124.02 82.85 210.01 -
System Red Green Blue C M Y K H S L
Decimal 239 81 44 0 0.66 0.82 0.06 11.38 0.86 0.55
Hex EF 51 2C 0 42 52 6 B 56 37
Octal 357 121 54 0 102 122 6 13 126 67
Binary 11101111 1010001 101100 0 1000010 1010010 110 1011 1010110 110111

Color Harmonies of #EF512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF512C

Black with #EF512C

Text Example


Text Example

White with #EF512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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