Html Css Color HEX #EF4834 Cinnabar

📋 copy color: '#EF4834'

red 239 ◦ green 72 ◦ blue 52

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

Shades of Cinnabar #EF4834

Tints of Cinnabar #EF4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 65.84%
G = 19.83%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF4834 (or 0xEF4834) is known color: Cinnabar. HEX triplet: EF, 48 and 34. RGB value is (239,72,52). Sum of RGB (Red+Green+Blue) = 239+72+52=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4834 is #10B7CB. Grayscale: #777777. Windows color (decimal): -1095628 or 3426543. OLE color: 3426543.

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

Color convert

RGB 239 72 52 -
CMYK 0 0.70 0.78 0.06
HSL 6.42º 0.85% 0.57% -
HSV(B) 6.42º 0.78% 0.94% -
XYZ 38.53 23.23 5.7 -
YUV 119.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 239 72 52 0 0.70 0.78 0.06 6.42 0.85 0.57
Hex EF 48 34 0 46 4E 6 6 55 39
Octal 357 110 64 0 106 116 6 6 125 71
Binary 11101111 1001000 110100 0 1000110 1001110 110 110 1010101 111001

Color Harmonies of #EF4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4834

Black with #EF4834

Text Example


Text Example

White with #EF4834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4834; }

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

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

background-color css

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

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

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

border-color css

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

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

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