Html Css Color HEX #EB153E Crimson

📋 copy color: '#EB153E'

red 235 ◦ green 21 ◦ blue 62

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

Shades of Crimson #EB153E

Tints of Crimson #EB153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 73.9%
G = 6.6%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB153E (or 0xEB153E) is known color: Crimson. HEX triplet: EB, 15 and 3E. RGB value is (235,21,62). Sum of RGB (Red+Green+Blue) = 235+21+62=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB153E is #14EAC1. Grayscale: #595959. Windows color (decimal): -1370818 or 4068843. OLE color: 4068843.

HSL color Cylindrical-coordinate representation of color #EB153E: hue angle of 348.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB153E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 21 62 -
CMYK 0 0.91 0.74 0.08
HSL 348.5º 0.84% 0.5% -
HSV(B) 348.5º 0.91% 0.92% -
XYZ 35.4 18.55 6.27 -
YUV 89.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 235 21 62 0 0.91 0.74 0.08 348.5 0.84 0.5
Hex EB 15 3E 0 5B 4A 8 15D 54 32
Octal 353 25 76 0 133 112 10 535 124 62
Binary 11101011 10101 111110 0 1011011 1001010 1000 101011101 1010100 110010

Color Harmonies of #EB153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB153E

Black with #EB153E

Text Example


Text Example

White with #EB153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB153E; }

 p { color: rgb(235,21,62); }

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

background-color css

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

 a { background-color: rgb(235,21,62); }

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

border-color css

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

 span { border-color: rgb(235,21,62); }

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