Html Css Color HEX #EF512F Cinnabar

📋 copy color: '#EF512F'

red 239 ◦ green 81 ◦ blue 47

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

Shades of Cinnabar #EF512F

Tints of Cinnabar #EF512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 65.12%
G = 22.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF512F (or 0xEF512F) is known color: Cinnabar. HEX triplet: EF, 51 and 2F. RGB value is (239,81,47). Sum of RGB (Red+Green+Blue) = 239+81+47=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF512F is #10AED0. Grayscale: #7C7C7C. Windows color (decimal): -1093329 or 3101167. OLE color: 3101167.

HSL color Cylindrical-coordinate representation of color #EF512F: hue angle of 10.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF512F is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 47 -
CMYK 0 0.66 0.80 0.06
HSL 10.63º 0.86% 0.56% -
HSV(B) 10.63º 0.8% 0.94% -
XYZ 39.05 24.44 5.35 -
YUV 124.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 239 81 47 0 0.66 0.80 0.06 10.63 0.86 0.56
Hex EF 51 2F 0 42 50 6 B 56 38
Octal 357 121 57 0 102 120 6 13 126 70
Binary 11101111 1010001 101111 0 1000010 1010000 110 1011 1010110 111000

Color Harmonies of #EF512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF512F

Black with #EF512F

Text Example


Text Example

White with #EF512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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