Html Css Color HEX #EF3428 Cinnabar

📋 copy color: '#EF3428'

red 239 ◦ green 52 ◦ blue 40

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

Shades of Cinnabar #EF3428

Tints of Cinnabar #EF3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

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

R = 72.21%
G = 15.71%
B = 12.08%

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

#EF3428 (or 0xEF3428) is known color: Cinnabar. HEX triplet: EF, 34 and 28. RGB value is (239,52,40). Sum of RGB (Red+Green+Blue) = 239+52+40=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3428 is #10CBD7. Grayscale: #6A6A6A. Windows color (decimal): -1100760 or 2634991. OLE color: 2634991.

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

Color convert

RGB 239 52 40 -
CMYK 0 0.78 0.83 0.06
HSL 3.62º 0.86% 0.55% -
HSV(B) 3.62º 0.83% 0.94% -
XYZ 37.21 20.96 4.09 -
YUV 106.55 90.45 222.48 -
System Red Green Blue C M Y K H S L
Decimal 239 52 40 0 0.78 0.83 0.06 3.62 0.86 0.55
Hex EF 34 28 0 4E 53 6 4 56 37
Octal 357 64 50 0 116 123 6 4 126 67
Binary 11101111 110100 101000 0 1001110 1010011 110 100 1010110 110111

Color Harmonies of #EF3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3428

Black with #EF3428

Text Example


Text Example

White with #EF3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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