Html Css Color HEX #EF144C Razzmatazz

📋 copy color: '#EF144C'

red 239 ◦ green 20 ◦ blue 76

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

Shades of Razzmatazz #EF144C

Tints of Razzmatazz #EF144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 71.34%
G = 5.97%
B = 22.69%

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

#EF144C (or 0xEF144C) is known color: Razzmatazz. HEX triplet: EF, 14 and 4C. RGB value is (239,20,76). Sum of RGB (Red+Green+Blue) = 239+20+76=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF144C is #10EBB3. Grayscale: #5B5B5B. Windows color (decimal): -1108916 or 4986095. OLE color: 4986095.

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

Color convert

RGB 239 20 76 -
CMYK 0 0.92 0.68 0.06
HSL 344.66º 0.87% 0.51% -
HSV(B) 344.66º 0.92% 0.94% -
XYZ 37.15 19.37 8.62 -
YUV 91.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 239 20 76 0 0.92 0.68 0.06 344.66 0.87 0.51
Hex EF 14 4C 0 5C 44 6 159 57 33
Octal 357 24 114 0 134 104 6 531 127 63
Binary 11101111 10100 1001100 0 1011100 1000100 110 101011001 1010111 110011

Color Harmonies of #EF144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF144C

Black with #EF144C

Text Example


Text Example

White with #EF144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF144C; }

 p { color: rgb(239,20,76); }

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

background-color css

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

 a { background-color: rgb(239,20,76); }

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

border-color css

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

 span { border-color: rgb(239,20,76); }

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