Html Css Color HEX #EF4932 Cinnabar

📋 copy color: '#EF4932'

red 239 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #EF4932

Tints of Cinnabar #EF4932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 66.02%
G = 20.17%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4932 (or 0xEF4932) is known color: Cinnabar. HEX triplet: EF, 49 and 32. RGB value is (239,73,50). Sum of RGB (Red+Green+Blue) = 239+73+50=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4932 is #10B6CD. Grayscale: #787878. Windows color (decimal): -1095374 or 3295727. OLE color: 3295727.

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

Color convert

RGB 239 73 50 -
CMYK 0 0.69 0.79 0.06
HSL 7.3º 0.86% 0.57% -
HSV(B) 7.3º 0.79% 0.94% -
XYZ 38.55 23.35 5.49 -
YUV 120.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 239 73 50 0 0.69 0.79 0.06 7.3 0.86 0.57
Hex EF 49 32 0 45 4F 6 7 56 39
Octal 357 111 62 0 105 117 6 7 126 71
Binary 11101111 1001001 110010 0 1000101 1001111 110 111 1010110 111001

Color Harmonies of #EF4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4932

Black with #EF4932

Text Example


Text Example

White with #EF4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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