Html Css Color HEX #EF4A34 Cinnabar

📋 copy color: '#EF4A34'

red 239 ◦ green 74 ◦ blue 52

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

Shades of Cinnabar #EF4A34

Tints of Cinnabar #EF4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 65.48%
G = 20.27%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF4A34 (or 0xEF4A34) is known color: Cinnabar. HEX triplet: EF, 4A and 34. RGB value is (239,74,52). Sum of RGB (Red+Green+Blue) = 239+74+52=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A34 is #10B5CB. Grayscale: #797979. Windows color (decimal): -1095116 or 3427055. OLE color: 3427055.

HSL color Cylindrical-coordinate representation of color #EF4A34: hue angle of 7.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF4A34 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 52 -
CMYK 0 0.69 0.78 0.06
HSL 7.06º 0.85% 0.57% -
HSV(B) 7.06º 0.78% 0.94% -
XYZ 38.67 23.5 5.75 -
YUV 120.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 239 74 52 0 0.69 0.78 0.06 7.06 0.85 0.57
Hex EF 4A 34 0 45 4E 6 7 55 39
Octal 357 112 64 0 105 116 6 7 125 71
Binary 11101111 1001010 110100 0 1000101 1001110 110 111 1010101 111001

Color Harmonies of #EF4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A34

Black with #EF4A34

Text Example


Text Example

White with #EF4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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