Html Css Color HEX #EF4124 Cinnabar

📋 copy color: '#EF4124'

red 239 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #EF4124

Tints of Cinnabar #EF4124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 70.29%
G = 19.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF4124 (or 0xEF4124) is known color: Cinnabar. HEX triplet: EF, 41 and 24. RGB value is (239,65,36). Sum of RGB (Red+Green+Blue) = 239+65+36=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4124 is #10BEDB. Grayscale: #727272. Windows color (decimal): -1097436 or 2376175. OLE color: 2376175.

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

Color convert

RGB 239 65 36 -
CMYK 0 0.73 0.85 0.06
HSL 8.57º 0.86% 0.54% -
HSV(B) 8.57º 0.85% 0.94% -
XYZ 37.81 22.26 3.97 -
YUV 113.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 239 65 36 0 0.73 0.85 0.06 8.57 0.86 0.54
Hex EF 41 24 0 49 55 6 9 56 36
Octal 357 101 44 0 111 125 6 11 126 66
Binary 11101111 1000001 100100 0 1001001 1010101 110 1001 1010110 110110

Color Harmonies of #EF4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4124

Black with #EF4124

Text Example


Text Example

White with #EF4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4124; }

 p { color: rgb(239,65,36); }

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

background-color css

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

 a { background-color: rgb(239,65,36); }

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

border-color css

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

 span { border-color: rgb(239,65,36); }

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