Html Css Color HEX #EF124D Razzmatazz

📋 copy color: '#EF124D'

red 239 ◦ green 18 ◦ blue 77

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

Shades of Razzmatazz #EF124D

Tints of Razzmatazz #EF124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 71.56%
G = 5.39%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF124D (or 0xEF124D) is known color: Razzmatazz. HEX triplet: EF, 12 and 4D. RGB value is (239,18,77). Sum of RGB (Red+Green+Blue) = 239+18+77=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF124D is #10EDB2. Grayscale: #5A5A5A. Windows color (decimal): -1109427 or 5051119. OLE color: 5051119.

HSL color Cylindrical-coordinate representation of color #EF124D: hue angle of 343.98º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF124D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 77 -
CMYK 0 0.92 0.68 0.06
HSL 343.98º 0.87% 0.5% -
HSV(B) 343.98º 0.92% 0.94% -
XYZ 37.15 19.32 8.79 -
YUV 90.81 120.22 233.7 -
System Red Green Blue C M Y K H S L
Decimal 239 18 77 0 0.92 0.68 0.06 343.98 0.87 0.5
Hex EF 12 4D 0 5C 44 6 158 57 32
Octal 357 22 115 0 134 104 6 530 127 62
Binary 11101111 10010 1001101 0 1011100 1000100 110 101011000 1010111 110010

Color Harmonies of #EF124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF124D

Black with #EF124D

Text Example


Text Example

White with #EF124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF124D; }

 p { color: rgb(239,18,77); }

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

background-color css

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

 a { background-color: rgb(239,18,77); }

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

border-color css

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

 span { border-color: rgb(239,18,77); }

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