Html Css Color HEX #EB133D Crimson

📋 copy color: '#EB133D'

red 235 ◦ green 19 ◦ blue 61

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

Shades of Crimson #EB133D

Tints of Crimson #EB133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 74.6%
G = 6.03%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB133D (or 0xEB133D) is known color: Crimson. HEX triplet: EB, 13 and 3D. RGB value is (235,19,61). Sum of RGB (Red+Green+Blue) = 235+19+61=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB133D is #14ECC2. Grayscale: #585858. Windows color (decimal): -1371331 or 4002795. OLE color: 4002795.

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

Color convert

RGB 235 19 61 -
CMYK 0 0.92 0.74 0.08
HSL 348.33º 0.85% 0.5% -
HSV(B) 348.33º 0.92% 0.92% -
XYZ 35.34 18.46 6.12 -
YUV 88.37 112.56 232.58 -
System Red Green Blue C M Y K H S L
Decimal 235 19 61 0 0.92 0.74 0.08 348.33 0.85 0.5
Hex EB 13 3D 0 5C 4A 8 15C 55 32
Octal 353 23 75 0 134 112 10 534 125 62
Binary 11101011 10011 111101 0 1011100 1001010 1000 101011100 1010101 110010

Color Harmonies of #EB133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB133D

Black with #EB133D

Text Example


Text Example

White with #EB133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB133D; }

 p { color: rgb(235,19,61); }

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

background-color css

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

 a { background-color: rgb(235,19,61); }

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

border-color css

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

 span { border-color: rgb(235,19,61); }

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