Html Css Color HEX #EB043D Crimson

📋 copy color: '#EB043D'

red 235 ◦ green 4 ◦ blue 61

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

Shades of Crimson #EB043D

Tints of Crimson #EB043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 78.33%
G = 1.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB043D (or 0xEB043D) is known color: Crimson. HEX triplet: EB, 04 and 3D. RGB value is (235,4,61). Sum of RGB (Red+Green+Blue) = 235+4+61=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB043D is #14FBC2. Grayscale: #4F4F4F. Windows color (decimal): -1375171 or 3998955. OLE color: 3998955.

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

Color convert

RGB 235 4 61 -
CMYK 0 0.98 0.74 0.08
HSL 345.19º 0.97% 0.47% -
HSV(B) 345.19º 0.98% 0.92% -
XYZ 35.15 18.09 6.05 -
YUV 79.57 117.53 238.87 -
System Red Green Blue C M Y K H S L
Decimal 235 4 61 0 0.98 0.74 0.08 345.19 0.97 0.47
Hex EB 4 3D 0 62 4A 8 159 61 2F
Octal 353 4 75 0 142 112 10 531 141 57
Binary 11101011 100 111101 0 1100010 1001010 1000 101011001 1100001 101111

Color Harmonies of #EB043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB043D

Black with #EB043D

Text Example


Text Example

White with #EB043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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