Html Css Color HEX #EC0642 Crimson

📋 copy color: '#EC0642'

red 236 ◦ green 6 ◦ blue 66

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

Shades of Crimson #EC0642

Tints of Crimson #EC0642

RGB

 RED value IS 236 (92.58% from 255) = 76.62%

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 76.62%
G = 1.95%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0642 (or 0xEC0642) is known color: Crimson. HEX triplet: EC, 06 and 42. RGB value is (236,6,66). Sum of RGB (Red+Green+Blue) = 236+6+66=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0642 is #13F9BD. Grayscale: #515151. Windows color (decimal): -1309118 or 4327148. OLE color: 4327148.

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

Color convert

RGB 236 6 66 -
CMYK 0 0.97 0.72 0.07
HSL 344.35º 0.95% 0.47% -
HSV(B) 344.35º 0.97% 0.93% -
XYZ 35.64 18.36 6.82 -
YUV 81.61 119.2 238.12 -
System Red Green Blue C M Y K H S L
Decimal 236 6 66 0 0.97 0.72 0.07 344.35 0.95 0.47
Hex EC 6 42 0 61 48 7 158 5F 2F
Octal 354 6 102 0 141 110 7 530 137 57
Binary 11101100 110 1000010 0 1100001 1001000 111 101011000 1011111 101111

Color Harmonies of #EC0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0642

Black with #EC0642

Text Example


Text Example

White with #EC0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0642; }

 p { color: rgb(236,6,66); }

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

background-color css

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

 a { background-color: rgb(236,6,66); }

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

border-color css

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

 span { border-color: rgb(236,6,66); }

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