Html Css Color HEX #ED064C Razzmatazz

📋 copy color: '#ED064C'

red 237 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #ED064C

Tints of Razzmatazz #ED064C

RGB

 RED value IS 237 (92.97% from 255) = 74.29%

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 74.29%
G = 1.88%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED064C (or 0xED064C) is known color: Razzmatazz. HEX triplet: ED, 06 and 4C. RGB value is (237,6,76). Sum of RGB (Red+Green+Blue) = 237+6+76=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED064C is #12F9B3. Grayscale: #535353. Windows color (decimal): -1243572 or 4982509. OLE color: 4982509.

HSL color Cylindrical-coordinate representation of color #ED064C: hue angle of 341.82º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED064C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 76 -
CMYK 0 0.97 0.68 0.07
HSL 341.82º 0.95% 0.48% -
HSV(B) 341.82º 0.97% 0.93% -
XYZ 36.29 18.66 8.53 -
YUV 83.05 124.03 237.81 -
System Red Green Blue C M Y K H S L
Decimal 237 6 76 0 0.97 0.68 0.07 341.82 0.95 0.48
Hex ED 6 4C 0 61 44 7 156 5F 30
Octal 355 6 114 0 141 104 7 526 137 60
Binary 11101101 110 1001100 0 1100001 1000100 111 101010110 1011111 110000

Color Harmonies of #ED064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED064C

Black with #ED064C

Text Example


Text Example

White with #ED064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED064C; }

 p { color: rgb(237,6,76); }

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

background-color css

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

 a { background-color: rgb(237,6,76); }

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

border-color css

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

 span { border-color: rgb(237,6,76); }

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