Html Css Color HEX #EF4428 Cinnabar

📋 copy color: '#EF4428'

red 239 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #EF4428

Tints of Cinnabar #EF4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 68.88%
G = 19.6%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4428 (or 0xEF4428) is known color: Cinnabar. HEX triplet: EF, 44 and 28. RGB value is (239,68,40). Sum of RGB (Red+Green+Blue) = 239+68+40=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4428 is #10BBD7. Grayscale: #747474. Windows color (decimal): -1096664 or 2639087. OLE color: 2639087.

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

Color convert

RGB 239 68 40 -
CMYK 0 0.72 0.83 0.06
HSL 8.44º 0.86% 0.55% -
HSV(B) 8.44º 0.83% 0.94% -
XYZ 38.05 22.64 4.37 -
YUV 115.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 239 68 40 0 0.72 0.83 0.06 8.44 0.86 0.55
Hex EF 44 28 0 48 53 6 8 56 37
Octal 357 104 50 0 110 123 6 10 126 67
Binary 11101111 1000100 101000 0 1001000 1010011 110 1000 1010110 110111

Color Harmonies of #EF4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4428

Black with #EF4428

Text Example


Text Example

White with #EF4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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