Html Css Color HEX #EF3028 Cinnabar

📋 copy color: '#EF3028'

red 239 ◦ green 48 ◦ blue 40

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

Shades of Cinnabar #EF3028

Tints of Cinnabar #EF3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 73.09%
G = 14.68%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF3028 (or 0xEF3028) is known color: Cinnabar. HEX triplet: EF, 30 and 28. RGB value is (239,48,40). Sum of RGB (Red+Green+Blue) = 239+48+40=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3028 is #10CFD7. Grayscale: #686868. Windows color (decimal): -1101784 or 2633967. OLE color: 2633967.

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

Color convert

RGB 239 48 40 -
CMYK 0 0.80 0.83 0.06
HSL 2.41º 0.86% 0.55% -
HSV(B) 2.41º 0.83% 0.94% -
XYZ 37.04 20.62 4.04 -
YUV 104.2 91.78 224.15 -
System Red Green Blue C M Y K H S L
Decimal 239 48 40 0 0.80 0.83 0.06 2.41 0.86 0.55
Hex EF 30 28 0 50 53 6 2 56 37
Octal 357 60 50 0 120 123 6 2 126 67
Binary 11101111 110000 101000 0 1010000 1010011 110 10 1010110 110111

Color Harmonies of #EF3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3028

Black with #EF3028

Text Example


Text Example

White with #EF3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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