Html Css Color HEX #EF4229 Cinnabar

📋 copy color: '#EF4229'

red 239 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #EF4229

Tints of Cinnabar #EF4229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 69.08%
G = 19.08%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4229 (or 0xEF4229) is known color: Cinnabar. HEX triplet: EF, 42 and 29. RGB value is (239,66,41). Sum of RGB (Red+Green+Blue) = 239+66+41=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4229 is #10BDD6. Grayscale: #737373. Windows color (decimal): -1097175 or 2704111. OLE color: 2704111.

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

Color convert

RGB 239 66 41 -
CMYK 0 0.72 0.83 0.06
HSL 7.58º 0.86% 0.55% -
HSV(B) 7.58º 0.83% 0.94% -
XYZ 37.95 22.41 4.42 -
YUV 114.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 239 66 41 0 0.72 0.83 0.06 7.58 0.86 0.55
Hex EF 42 29 0 48 53 6 8 56 37
Octal 357 102 51 0 110 123 6 10 126 67
Binary 11101111 1000010 101001 0 1001000 1010011 110 1000 1010110 110111

Color Harmonies of #EF4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4229

Black with #EF4229

Text Example


Text Example

White with #EF4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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