Html Css Color HEX #EF3729 Cinnabar

📋 copy color: '#EF3729'

red 239 ◦ green 55 ◦ blue 41

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

Shades of Cinnabar #EF3729

Tints of Cinnabar #EF3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 71.34%
G = 16.42%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF3729 (or 0xEF3729) is known color: Cinnabar. HEX triplet: EF, 37 and 29. RGB value is (239,55,41). Sum of RGB (Red+Green+Blue) = 239+55+41=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3729 is #10C8D6. Grayscale: #6C6C6C. Windows color (decimal): -1099991 or 2701295. OLE color: 2701295.

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

Color convert

RGB 239 55 41 -
CMYK 0 0.77 0.83 0.06
HSL 4.24º 0.86% 0.55% -
HSV(B) 4.24º 0.83% 0.94% -
XYZ 37.36 21.24 4.23 -
YUV 108.42 89.96 221.14 -
System Red Green Blue C M Y K H S L
Decimal 239 55 41 0 0.77 0.83 0.06 4.24 0.86 0.55
Hex EF 37 29 0 4D 53 6 4 56 37
Octal 357 67 51 0 115 123 6 4 126 67
Binary 11101111 110111 101001 0 1001101 1010011 110 100 1010110 110111

Color Harmonies of #EF3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3729

Black with #EF3729

Text Example


Text Example

White with #EF3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3729; }

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

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

background-color css

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

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

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

border-color css

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

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

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