Html Css Color HEX #EB0544 Crimson

📋 copy color: '#EB0544'

red 235 ◦ green 5 ◦ blue 68

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

Shades of Crimson #EB0544

Tints of Crimson #EB0544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 76.3%
G = 1.62%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB0544 (or 0xEB0544) is known color: Crimson. HEX triplet: EB, 05 and 44. RGB value is (235,5,68). Sum of RGB (Red+Green+Blue) = 235+5+68=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0544 is #14FABB. Grayscale: #505050. Windows color (decimal): -1374908 or 4457963. OLE color: 4457963.

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

Color convert

RGB 235 5 68 -
CMYK 0 0.98 0.71 0.08
HSL 343.57º 0.96% 0.47% -
HSV(B) 343.57º 0.98% 0.92% -
XYZ 35.36 18.19 7.12 -
YUV 80.95 120.7 237.88 -
System Red Green Blue C M Y K H S L
Decimal 235 5 68 0 0.98 0.71 0.08 343.57 0.96 0.47
Hex EB 5 44 0 62 47 8 158 60 2F
Octal 353 5 104 0 142 107 10 530 140 57
Binary 11101011 101 1000100 0 1100010 1000111 1000 101011000 1100000 101111

Color Harmonies of #EB0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0544

Black with #EB0544

Text Example


Text Example

White with #EB0544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0544; }

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

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

background-color css

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

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

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

border-color css

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

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

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