Html Css Color HEX #EF4324 Cinnabar

📋 copy color: '#EF4324'

red 239 ◦ green 67 ◦ blue 36

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

Shades of Cinnabar #EF4324

Tints of Cinnabar #EF4324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

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

R = 69.88%
G = 19.59%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF4324 (or 0xEF4324) is known color: Cinnabar. HEX triplet: EF, 43 and 24. RGB value is (239,67,36). Sum of RGB (Red+Green+Blue) = 239+67+36=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4324 is #10BCDB. Grayscale: #737373. Windows color (decimal): -1096924 or 2376687. OLE color: 2376687.

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

Color convert

RGB 239 67 36 -
CMYK 0 0.72 0.85 0.06
HSL 9.16º 0.86% 0.54% -
HSV(B) 9.16º 0.85% 0.94% -
XYZ 37.92 22.49 4.01 -
YUV 114.89 83.48 216.52 -
System Red Green Blue C M Y K H S L
Decimal 239 67 36 0 0.72 0.85 0.06 9.16 0.86 0.54
Hex EF 43 24 0 48 55 6 9 56 36
Octal 357 103 44 0 110 125 6 11 126 66
Binary 11101111 1000011 100100 0 1001000 1010101 110 1001 1010110 110110

Color Harmonies of #EF4324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4324

Black with #EF4324

Text Example


Text Example

White with #EF4324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4324; }

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

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

background-color css

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

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

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

border-color css

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

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

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