Html Css Color HEX #EF2E20 Cinnabar

📋 copy color: '#EF2E20'

red 239 ◦ green 46 ◦ blue 32

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

Shades of Cinnabar #EF2E20

Tints of Cinnabar #EF2E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 75.39%
G = 14.51%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2E20 (or 0xEF2E20) is known color: Cinnabar. HEX triplet: EF, 2E and 20. RGB value is (239,46,32). Sum of RGB (Red+Green+Blue) = 239+46+32=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E20 is #10D1DF. Grayscale: #666666. Windows color (decimal): -1102304 or 2109167. OLE color: 2109167.

HSL color Cylindrical-coordinate representation of color #EF2E20: hue angle of 4.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2E20 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 46 32 -
CMYK 0 0.81 0.87 0.06
HSL 4.06º 0.87% 0.53% -
HSV(B) 4.06º 0.87% 0.94% -
XYZ 36.83 20.41 3.36 -
YUV 102.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 239 46 32 0 0.81 0.87 0.06 4.06 0.87 0.53
Hex EF 2E 20 0 51 57 6 4 57 35
Octal 357 56 40 0 121 127 6 4 127 65
Binary 11101111 101110 100000 0 1010001 1010111 110 100 1010111 110101

Color Harmonies of #EF2E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E20

Black with #EF2E20

Text Example


Text Example

White with #EF2E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E20; }

 p { color: rgb(239,46,32); }

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

background-color css

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

 a { background-color: rgb(239,46,32); }

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

border-color css

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

 span { border-color: rgb(239,46,32); }

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