Html Css Color HEX #EB0044 Crimson

📋 copy color: '#EB0044'

red 235 ◦ green 0 ◦ blue 68

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

Shades of Crimson #EB0044

Tints of Crimson #EB0044

RGB

 RED value IS 235 (92.19% from 255) = 77.56%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 77.56%
G = 0%
B = 22.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB0044 (or 0xEB0044) is known color: Crimson. HEX triplet: EB, 00 and 44. RGB value is (235,0,68). Sum of RGB (Red+Green+Blue) = 235+0+68=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0044 is #14FFBB. Grayscale: #4D4D4D. Windows color (decimal): -1376188 or 4456683. OLE color: 4456683.

HSL color Cylindrical-coordinate representation of color #EB0044: hue angle of 342.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 68 -
CMYK 0 1 0.71 0.08
HSL 342.64º 1% 0.46% -
HSV(B) 342.64º 1% 0.92% -
XYZ 35.3 18.08 7.1 -
YUV 78.02 122.36 239.97 -
System Red Green Blue C M Y K H S L
Decimal 235 0 68 0 1 0.71 0.08 342.64 1 0.46
Hex EB 0 44 0 64 47 8 157 64 2E
Octal 353 0 104 0 144 107 10 527 144 56
Binary 11101011 0 1000100 0 1100100 1000111 1000 101010111 1100100 101110

Color Harmonies of #EB0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0044

Black with #EB0044

Text Example


Text Example

White with #EB0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0044; }

 p { color: rgb(235,0,68); }

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

background-color css

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

 a { background-color: rgb(235,0,68); }

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

border-color css

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

 span { border-color: rgb(235,0,68); }

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