Html Css Color HEX #EF5129 Cinnabar

📋 copy color: '#EF5129'

red 239 ◦ green 81 ◦ blue 41

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

Shades of Cinnabar #EF5129

Tints of Cinnabar #EF5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

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

R = 66.2%
G = 22.44%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF5129 (or 0xEF5129) is known color: Cinnabar. HEX triplet: EF, 51 and 29. RGB value is (239,81,41). Sum of RGB (Red+Green+Blue) = 239+81+41=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5129 is #10AED6. Grayscale: #7C7C7C. Windows color (decimal): -1093335 or 2707951. OLE color: 2707951.

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

Color convert

RGB 239 81 41 -
CMYK 0 0.66 0.83 0.06
HSL 12.12º 0.86% 0.55% -
HSV(B) 12.12º 0.83% 0.94% -
XYZ 38.94 24.4 4.75 -
YUV 123.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 239 81 41 0 0.66 0.83 0.06 12.12 0.86 0.55
Hex EF 51 29 0 42 53 6 C 56 37
Octal 357 121 51 0 102 123 6 14 126 67
Binary 11101111 1010001 101001 0 1000010 1010011 110 1100 1010110 110111

Color Harmonies of #EF5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5129

Black with #EF5129

Text Example


Text Example

White with #EF5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5129; }

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

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

background-color css

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

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

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

border-color css

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

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

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