Html Css Color HEX #EF3C34 Cinnabar

📋 copy color: '#EF3C34'

red 239 ◦ green 60 ◦ blue 52

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

Shades of Cinnabar #EF3C34

Tints of Cinnabar #EF3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

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

R = 68.09%
G = 17.09%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3C34 (or 0xEF3C34) is known color: Cinnabar. HEX triplet: EF, 3C and 34. RGB value is (239,60,52). Sum of RGB (Red+Green+Blue) = 239+60+52=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C34 is #10C3CB. Grayscale: #707070. Windows color (decimal): -1098700 or 3423471. OLE color: 3423471.

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

Color convert

RGB 239 60 52 -
CMYK 0 0.75 0.78 0.06
HSL 2.57º 0.85% 0.57% -
HSV(B) 2.57º 0.78% 0.94% -
XYZ 37.83 21.83 5.47 -
YUV 112.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 239 60 52 0 0.75 0.78 0.06 2.57 0.85 0.57
Hex EF 3C 34 0 4B 4E 6 3 55 39
Octal 357 74 64 0 113 116 6 3 125 71
Binary 11101111 111100 110100 0 1001011 1001110 110 11 1010101 111001

Color Harmonies of #EF3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C34

Black with #EF3C34

Text Example


Text Example

White with #EF3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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