Html Css Color HEX #EF3528 Cinnabar

📋 copy color: '#EF3528'

red 239 ◦ green 53 ◦ blue 40

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

Shades of Cinnabar #EF3528

Tints of Cinnabar #EF3528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 71.99%
G = 15.96%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF3528 (or 0xEF3528) is known color: Cinnabar. HEX triplet: EF, 35 and 28. RGB value is (239,53,40). Sum of RGB (Red+Green+Blue) = 239+53+40=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3528 is #10CAD7. Grayscale: #6B6B6B. Windows color (decimal): -1100504 or 2635247. OLE color: 2635247.

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

Color convert

RGB 239 53 40 -
CMYK 0 0.78 0.83 0.06
HSL 3.92º 0.86% 0.55% -
HSV(B) 3.92º 0.83% 0.94% -
XYZ 37.25 21.05 4.11 -
YUV 107.13 90.12 222.06 -
System Red Green Blue C M Y K H S L
Decimal 239 53 40 0 0.78 0.83 0.06 3.92 0.86 0.55
Hex EF 35 28 0 4E 53 6 4 56 37
Octal 357 65 50 0 116 123 6 4 126 67
Binary 11101111 110101 101000 0 1001110 1010011 110 100 1010110 110111

Color Harmonies of #EF3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3528

Black with #EF3528

Text Example


Text Example

White with #EF3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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