Html Css Color HEX #EF5128 Cinnabar

📋 copy color: '#EF5128'

red 239 ◦ green 81 ◦ blue 40

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

Shades of Cinnabar #EF5128

Tints of Cinnabar #EF5128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 66.39%
G = 22.5%
B = 11.11%

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

#EF5128 (or 0xEF5128) is known color: Cinnabar. HEX triplet: EF, 51 and 28. RGB value is (239,81,40). Sum of RGB (Red+Green+Blue) = 239+81+40=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5128 is #10AED7. Grayscale: #7B7B7B. Windows color (decimal): -1093336 or 2642415. OLE color: 2642415.

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

Color convert

RGB 239 81 40 -
CMYK 0 0.66 0.83 0.06
HSL 12.36º 0.86% 0.55% -
HSV(B) 12.36º 0.83% 0.94% -
XYZ 38.92 24.39 4.66 -
YUV 123.57 80.85 210.33 -
System Red Green Blue C M Y K H S L
Decimal 239 81 40 0 0.66 0.83 0.06 12.36 0.86 0.55
Hex EF 51 28 0 42 53 6 C 56 37
Octal 357 121 50 0 102 123 6 14 126 67
Binary 11101111 1010001 101000 0 1000010 1010011 110 1100 1010110 110111

Color Harmonies of #EF5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5128

Black with #EF5128

Text Example


Text Example

White with #EF5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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