Html Css Color HEX #EF4224 Cinnabar

📋 copy color: '#EF4224'

red 239 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #EF4224

Tints of Cinnabar #EF4224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 70.09%
G = 19.35%
B = 10.56%

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

#EF4224 (or 0xEF4224) is known color: Cinnabar. HEX triplet: EF, 42 and 24. RGB value is (239,66,36). Sum of RGB (Red+Green+Blue) = 239+66+36=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4224 is #10BDDB. Grayscale: #727272. Windows color (decimal): -1097180 or 2376431. OLE color: 2376431.

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

Color convert

RGB 239 66 36 -
CMYK 0 0.72 0.85 0.06
HSL 8.87º 0.86% 0.54% -
HSV(B) 8.87º 0.85% 0.94% -
XYZ 37.86 22.37 3.99 -
YUV 114.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 239 66 36 0 0.72 0.85 0.06 8.87 0.86 0.54
Hex EF 42 24 0 48 55 6 9 56 36
Octal 357 102 44 0 110 125 6 11 126 66
Binary 11101111 1000010 100100 0 1001000 1010101 110 1001 1010110 110110

Color Harmonies of #EF4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4224

Black with #EF4224

Text Example


Text Example

White with #EF4224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4224; }

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

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

background-color css

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

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

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

border-color css

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

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

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