Html Css Color HEX #EF4032 Cinnabar

📋 copy color: '#EF4032'

red 239 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #EF4032

Tints of Cinnabar #EF4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 67.71%
G = 18.13%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4032 (or 0xEF4032) is known color: Cinnabar. HEX triplet: EF, 40 and 32. RGB value is (239,64,50). Sum of RGB (Red+Green+Blue) = 239+64+50=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4032 is #10BFCD. Grayscale: #727272. Windows color (decimal): -1097678 or 3293423. OLE color: 3293423.

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

Color convert

RGB 239 64 50 -
CMYK 0 0.73 0.79 0.06
HSL 4.44º 0.86% 0.57% -
HSV(B) 4.44º 0.79% 0.94% -
XYZ 38.01 22.25 5.31 -
YUV 114.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 239 64 50 0 0.73 0.79 0.06 4.44 0.86 0.57
Hex EF 40 32 0 49 4F 6 4 56 39
Octal 357 100 62 0 111 117 6 4 126 71
Binary 11101111 1000000 110010 0 1001001 1001111 110 100 1010110 111001

Color Harmonies of #EF4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4032

Black with #EF4032

Text Example


Text Example

White with #EF4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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