Html Css Color HEX #EF4C32 Cinnabar

📋 copy color: '#EF4C32'

red 239 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #EF4C32

Tints of Cinnabar #EF4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 65.48%
G = 20.82%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4C32 (or 0xEF4C32) is known color: Cinnabar. HEX triplet: EF, 4C and 32. RGB value is (239,76,50). Sum of RGB (Red+Green+Blue) = 239+76+50=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4C32 is #10B3CD. Grayscale: #7A7A7A. Windows color (decimal): -1094606 or 3296495. OLE color: 3296495.

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

Color convert

RGB 239 76 50 -
CMYK 0 0.68 0.79 0.06
HSL 8.25º 0.86% 0.57% -
HSV(B) 8.25º 0.79% 0.94% -
XYZ 38.76 23.75 5.56 -
YUV 121.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 239 76 50 0 0.68 0.79 0.06 8.25 0.86 0.57
Hex EF 4C 32 0 44 4F 6 8 56 39
Octal 357 114 62 0 104 117 6 10 126 71
Binary 11101111 1001100 110010 0 1000100 1001111 110 1000 1010110 111001

Color Harmonies of #EF4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4C32

Black with #EF4C32

Text Example


Text Example

White with #EF4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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