Html Css Color HEX #EF4632 Cinnabar

📋 copy color: '#EF4632'

red 239 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #EF4632

Tints of Cinnabar #EF4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.5%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 66.57%
G = 19.5%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4632 (or 0xEF4632) is known color: Cinnabar. HEX triplet: EF, 46 and 32. RGB value is (239,70,50). Sum of RGB (Red+Green+Blue) = 239+70+50=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4632 is #10B9CD. Grayscale: #767676. Windows color (decimal): -1096142 or 3294959. OLE color: 3294959.

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

Color convert

RGB 239 70 50 -
CMYK 0 0.71 0.79 0.06
HSL 6.35º 0.86% 0.57% -
HSV(B) 6.35º 0.79% 0.94% -
XYZ 38.36 22.96 5.43 -
YUV 118.25 89.49 214.13 -
System Red Green Blue C M Y K H S L
Decimal 239 70 50 0 0.71 0.79 0.06 6.35 0.86 0.57
Hex EF 46 32 0 47 4F 6 6 56 39
Octal 357 106 62 0 107 117 6 6 126 71
Binary 11101111 1000110 110010 0 1000111 1001111 110 110 1010110 111001

Color Harmonies of #EF4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4632

Black with #EF4632

Text Example


Text Example

White with #EF4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4632; }

 p { color: rgb(239,70,50); }

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

background-color css

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

 a { background-color: rgb(239,70,50); }

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

border-color css

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

 span { border-color: rgb(239,70,50); }

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