Html Css Color HEX #EB0041 Crimson

📋 copy color: '#EB0041'

red 235 ◦ green 0 ◦ blue 65

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

Shades of Crimson #EB0041

Tints of Crimson #EB0041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 78.33%
G = 0%
B = 21.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB0041 (or 0xEB0041) is known color: Crimson. HEX triplet: EB, 00 and 41. RGB value is (235,0,65). Sum of RGB (Red+Green+Blue) = 235+0+65=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0041 is #14FFBE. Grayscale: #4D4D4D. Windows color (decimal): -1376191 or 4260075. OLE color: 4260075.

HSL color Cylindrical-coordinate representation of color #EB0041: hue angle of 343.4º 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 #EB0041 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 65 -
CMYK 0 1 0.72 0.08
HSL 343.4º 1% 0.46% -
HSV(B) 343.4º 1% 0.92% -
XYZ 35.22 18.04 6.63 -
YUV 77.68 120.86 240.21 -
System Red Green Blue C M Y K H S L
Decimal 235 0 65 0 1 0.72 0.08 343.4 1 0.46
Hex EB 0 41 0 64 48 8 157 64 2E
Octal 353 0 101 0 144 110 10 527 144 56
Binary 11101011 0 1000001 0 1100100 1001000 1000 101010111 1100100 101110

Color Harmonies of #EB0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0041

Black with #EB0041

Text Example


Text Example

White with #EB0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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