Html Css Color HEX #EF512B Cinnabar

📋 copy color: '#EF512B'

red 239 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #EF512B

Tints of Cinnabar #EF512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 65.84%
G = 22.31%
B = 11.85%

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

#EF512B (or 0xEF512B) is known color: Cinnabar. HEX triplet: EF, 51 and 2B. RGB value is (239,81,43). Sum of RGB (Red+Green+Blue) = 239+81+43=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF512B is #10AED4. Grayscale: #7C7C7C. Windows color (decimal): -1093333 or 2839023. OLE color: 2839023.

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

Color convert

RGB 239 81 43 -
CMYK 0 0.66 0.82 0.06
HSL 11.63º 0.86% 0.55% -
HSV(B) 11.63º 0.82% 0.94% -
XYZ 38.98 24.41 4.94 -
YUV 123.91 82.35 210.09 -
System Red Green Blue C M Y K H S L
Decimal 239 81 43 0 0.66 0.82 0.06 11.63 0.86 0.55
Hex EF 51 2B 0 42 52 6 C 56 37
Octal 357 121 53 0 102 122 6 14 126 67
Binary 11101111 1010001 101011 0 1000010 1010010 110 1100 1010110 110111

Color Harmonies of #EF512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF512B

Black with #EF512B

Text Example


Text Example

White with #EF512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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