Html Css Color HEX #EF4334 Cinnabar

📋 copy color: '#EF4334'

red 239 ◦ green 67 ◦ blue 52

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

Shades of Cinnabar #EF4334

Tints of Cinnabar #EF4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 66.76%
G = 18.72%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF4334 (or 0xEF4334) is known color: Cinnabar. HEX triplet: EF, 43 and 34. RGB value is (239,67,52). Sum of RGB (Red+Green+Blue) = 239+67+52=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4334 is #10BCCB. Grayscale: #747474. Windows color (decimal): -1096908 or 3425263. OLE color: 3425263.

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

Color convert

RGB 239 67 52 -
CMYK 0 0.72 0.78 0.06
HSL 4.81º 0.85% 0.57% -
HSV(B) 4.81º 0.78% 0.94% -
XYZ 38.22 22.61 5.6 -
YUV 116.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 239 67 52 0 0.72 0.78 0.06 4.81 0.85 0.57
Hex EF 43 34 0 48 4E 6 5 55 39
Octal 357 103 64 0 110 116 6 5 125 71
Binary 11101111 1000011 110100 0 1001000 1001110 110 101 1010101 111001

Color Harmonies of #EF4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4334

Black with #EF4334

Text Example


Text Example

White with #EF4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4334; }

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

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

background-color css

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

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

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

border-color css

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

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

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