Html Css Color HEX #EF5231 Cinnabar

📋 copy color: '#EF5231'

red 239 ◦ green 82 ◦ blue 49

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

Shades of Cinnabar #EF5231

Tints of Cinnabar #EF5231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 64.59%
G = 22.16%
B = 13.24%

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

#EF5231 (or 0xEF5231) is known color: Cinnabar. HEX triplet: EF, 52 and 31. RGB value is (239,82,49). Sum of RGB (Red+Green+Blue) = 239+82+49=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5231 is #10ADCE. Grayscale: #7D7D7D. Windows color (decimal): -1093071 or 3232495. OLE color: 3232495.

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

Color convert

RGB 239 82 49 -
CMYK 0 0.66 0.79 0.06
HSL 10.42º 0.86% 0.56% -
HSV(B) 10.42º 0.79% 0.94% -
XYZ 39.17 24.61 5.59 -
YUV 125.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 239 82 49 0 0.66 0.79 0.06 10.42 0.86 0.56
Hex EF 52 31 0 42 4F 6 A 56 38
Octal 357 122 61 0 102 117 6 12 126 70
Binary 11101111 1010010 110001 0 1000010 1001111 110 1010 1010110 111000

Color Harmonies of #EF5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5231

Black with #EF5231

Text Example


Text Example

White with #EF5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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