Html Css Color HEX #EB0841 Crimson

📋 copy color: '#EB0841'

red 235 ◦ green 8 ◦ blue 65

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

Shades of Crimson #EB0841

Tints of Crimson #EB0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

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

R = 76.3%
G = 2.6%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB0841 (or 0xEB0841) is known color: Crimson. HEX triplet: EB, 08 and 41. RGB value is (235,8,65). Sum of RGB (Red+Green+Blue) = 235+8+65=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0841 is #14F7BE. Grayscale: #525252. Windows color (decimal): -1374143 or 4262123. OLE color: 4262123.

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

Color convert

RGB 235 8 65 -
CMYK 0 0.97 0.72 0.08
HSL 344.93º 0.93% 0.48% -
HSV(B) 344.93º 0.97% 0.92% -
XYZ 35.3 18.22 6.66 -
YUV 82.37 118.21 236.87 -
System Red Green Blue C M Y K H S L
Decimal 235 8 65 0 0.97 0.72 0.08 344.93 0.93 0.48
Hex EB 8 41 0 61 48 8 159 5D 30
Octal 353 10 101 0 141 110 10 531 135 60
Binary 11101011 1000 1000001 0 1100001 1001000 1000 101011001 1011101 110000

Color Harmonies of #EB0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0841

Black with #EB0841

Text Example


Text Example

White with #EB0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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