Html Css Color HEX #EB183A Crimson

📋 copy color: '#EB183A'

red 235 ◦ green 24 ◦ blue 58

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

Shades of Crimson #EB183A

Tints of Crimson #EB183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 74.13%
G = 7.57%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB183A (or 0xEB183A) is known color: Crimson. HEX triplet: EB, 18 and 3A. RGB value is (235,24,58). Sum of RGB (Red+Green+Blue) = 235+24+58=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB183A is #14E7C5. Grayscale: #5B5B5B. Windows color (decimal): -1370054 or 3807467. OLE color: 3807467.

HSL color Cylindrical-coordinate representation of color #EB183A: hue angle of 350.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 58 -
CMYK 0 0.90 0.75 0.08
HSL 350.33º 0.84% 0.51% -
HSV(B) 350.33º 0.9% 0.92% -
XYZ 35.35 18.62 5.73 -
YUV 90.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 235 24 58 0 0.90 0.75 0.08 350.33 0.84 0.51
Hex EB 18 3A 0 5A 4B 8 15E 54 33
Octal 353 30 72 0 132 113 10 536 124 63
Binary 11101011 11000 111010 0 1011010 1001011 1000 101011110 1010100 110011

Color Harmonies of #EB183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB183A

Black with #EB183A

Text Example


Text Example

White with #EB183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB183A; }

 p { color: rgb(235,24,58); }

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

background-color css

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

 a { background-color: rgb(235,24,58); }

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

border-color css

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

 span { border-color: rgb(235,24,58); }

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