Html Css Color HEX #EF134C Razzmatazz

📋 copy color: '#EF134C'

red 239 ◦ green 19 ◦ blue 76

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

Shades of Razzmatazz #EF134C

Tints of Razzmatazz #EF134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 71.56%
G = 5.69%
B = 22.75%

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

#EF134C (or 0xEF134C) is known color: Razzmatazz. HEX triplet: EF, 13 and 4C. RGB value is (239,19,76). Sum of RGB (Red+Green+Blue) = 239+19+76=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF134C is #10ECB3. Grayscale: #5B5B5B. Windows color (decimal): -1109172 or 4985839. OLE color: 4985839.

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

Color convert

RGB 239 19 76 -
CMYK 0 0.92 0.68 0.06
HSL 344.45º 0.87% 0.51% -
HSV(B) 344.45º 0.92% 0.94% -
XYZ 37.13 19.34 8.61 -
YUV 91.28 119.39 233.37 -
System Red Green Blue C M Y K H S L
Decimal 239 19 76 0 0.92 0.68 0.06 344.45 0.87 0.51
Hex EF 13 4C 0 5C 44 6 158 57 33
Octal 357 23 114 0 134 104 6 530 127 63
Binary 11101111 10011 1001100 0 1011100 1000100 110 101011000 1010111 110011

Color Harmonies of #EF134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF134C

Black with #EF134C

Text Example


Text Example

White with #EF134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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