Html Css Color HEX #EB0D3F Crimson

📋 copy color: '#EB0D3F'

red 235 ◦ green 13 ◦ blue 63

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

Shades of Crimson #EB0D3F

Tints of Crimson #EB0D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 63 (25% from 255) = 20.26%

R = 75.56%
G = 4.18%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB0D3F (or 0xEB0D3F) is known color: Crimson. HEX triplet: EB, 0D and 3F. RGB value is (235,13,63). Sum of RGB (Red+Green+Blue) = 235+13+63=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D3F is #14F2C0. Grayscale: #555555. Windows color (decimal): -1372865 or 4132331. OLE color: 4132331.

HSL color Cylindrical-coordinate representation of color #EB0D3F: hue angle of 346.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D3F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 63 -
CMYK 0 0.94 0.73 0.08
HSL 346.49º 0.9% 0.49% -
HSV(B) 346.49º 0.94% 0.92% -
XYZ 35.3 18.31 6.38 -
YUV 85.08 115.55 234.93 -
System Red Green Blue C M Y K H S L
Decimal 235 13 63 0 0.94 0.73 0.08 346.49 0.9 0.49
Hex EB D 3F 0 5E 49 8 15A 5A 31
Octal 353 15 77 0 136 111 10 532 132 61
Binary 11101011 1101 111111 0 1011110 1001001 1000 101011010 1011010 110001

Color Harmonies of #EB0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D3F

Black with #EB0D3F

Text Example


Text Example

White with #EB0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D3F; }

 p { color: rgb(235,13,63); }

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

background-color css

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

 a { background-color: rgb(235,13,63); }

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

border-color css

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

 span { border-color: rgb(235,13,63); }

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