Html Css Color HEX #EF4E29 Cinnabar

📋 copy color: '#EF4E29'

red 239 ◦ green 78 ◦ blue 41

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

Shades of Cinnabar #EF4E29

Tints of Cinnabar #EF4E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

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

R = 66.76%
G = 21.79%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4E29 (or 0xEF4E29) is known color: Cinnabar. HEX triplet: EF, 4E and 29. RGB value is (239,78,41). Sum of RGB (Red+Green+Blue) = 239+78+41=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E29 is #10B1D6. Grayscale: #7A7A7A. Windows color (decimal): -1094103 or 2707183. OLE color: 2707183.

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

Color convert

RGB 239 78 41 -
CMYK 0 0.67 0.83 0.06
HSL 11.21º 0.86% 0.55% -
HSV(B) 11.21º 0.83% 0.94% -
XYZ 38.72 23.96 4.68 -
YUV 121.92 82.34 211.51 -
System Red Green Blue C M Y K H S L
Decimal 239 78 41 0 0.67 0.83 0.06 11.21 0.86 0.55
Hex EF 4E 29 0 43 53 6 B 56 37
Octal 357 116 51 0 103 123 6 13 126 67
Binary 11101111 1001110 101001 0 1000011 1010011 110 1011 1010110 110111

Color Harmonies of #EF4E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E29

Black with #EF4E29

Text Example


Text Example

White with #EF4E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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