Html Css Color HEX #EF4529 Cinnabar

📋 copy color: '#EF4529'

red 239 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #EF4529

Tints of Cinnabar #EF4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 68.48%
G = 19.77%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4529 (or 0xEF4529) is known color: Cinnabar. HEX triplet: EF, 45 and 29. RGB value is (239,69,41). Sum of RGB (Red+Green+Blue) = 239+69+41=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4529 is #10BAD6. Grayscale: #747474. Windows color (decimal): -1096407 or 2704879. OLE color: 2704879.

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

Color convert

RGB 239 69 41 -
CMYK 0 0.71 0.83 0.06
HSL 8.48º 0.86% 0.55% -
HSV(B) 8.48º 0.83% 0.94% -
XYZ 38.12 22.77 4.48 -
YUV 116.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 239 69 41 0 0.71 0.83 0.06 8.48 0.86 0.55
Hex EF 45 29 0 47 53 6 8 56 37
Octal 357 105 51 0 107 123 6 10 126 67
Binary 11101111 1000101 101001 0 1000111 1010011 110 1000 1010110 110111

Color Harmonies of #EF4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4529

Black with #EF4529

Text Example


Text Example

White with #EF4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4529; }

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

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

background-color css

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

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

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

border-color css

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

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

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