Html Css Color HEX #EF5232 Cinnabar

📋 copy color: '#EF5232'

red 239 ◦ green 82 ◦ blue 50

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

Shades of Cinnabar #EF5232

Tints of Cinnabar #EF5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 64.42%
G = 22.1%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5232 (or 0xEF5232) is known color: Cinnabar. HEX triplet: EF, 52 and 32. RGB value is (239,82,50). Sum of RGB (Red+Green+Blue) = 239+82+50=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5232 is #10ADCD. Grayscale: #7D7D7D. Windows color (decimal): -1093070 or 3298031. OLE color: 3298031.

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

Color convert

RGB 239 82 50 -
CMYK 0 0.66 0.79 0.06
HSL 10.16º 0.86% 0.57% -
HSV(B) 10.16º 0.79% 0.94% -
XYZ 39.19 24.62 5.7 -
YUV 125.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 239 82 50 0 0.66 0.79 0.06 10.16 0.86 0.57
Hex EF 52 32 0 42 4F 6 A 56 39
Octal 357 122 62 0 102 117 6 12 126 71
Binary 11101111 1010010 110010 0 1000010 1001111 110 1010 1010110 111001

Color Harmonies of #EF5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5232

Black with #EF5232

Text Example


Text Example

White with #EF5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5232; }

 p { color: rgb(239,82,50); }

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

background-color css

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

 a { background-color: rgb(239,82,50); }

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

border-color css

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

 span { border-color: rgb(239,82,50); }

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