Html Css Color HEX #EF4329 Cinnabar

📋 copy color: '#EF4329'

red 239 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #EF4329

Tints of Cinnabar #EF4329

RGB

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

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

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

R = 68.88%
G = 19.31%
B = 11.82%

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

#EF4329 (or 0xEF4329) is known color: Cinnabar. HEX triplet: EF, 43 and 29. RGB value is (239,67,41). Sum of RGB (Red+Green+Blue) = 239+67+41=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4329 is #10BCD6. Grayscale: #737373. Windows color (decimal): -1096919 or 2704367. OLE color: 2704367.

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

Color convert

RGB 239 67 41 -
CMYK 0 0.72 0.83 0.06
HSL 7.88º 0.86% 0.55% -
HSV(B) 7.88º 0.83% 0.94% -
XYZ 38 22.53 4.44 -
YUV 115.46 85.98 216.11 -
System Red Green Blue C M Y K H S L
Decimal 239 67 41 0 0.72 0.83 0.06 7.88 0.86 0.55
Hex EF 43 29 0 48 53 6 8 56 37
Octal 357 103 51 0 110 123 6 10 126 67
Binary 11101111 1000011 101001 0 1001000 1010011 110 1000 1010110 110111

Color Harmonies of #EF4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4329

Black with #EF4329

Text Example


Text Example

White with #EF4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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