Html Css Color HEX #EB383D Alizarin

📋 copy color: '#EB383D'

red 235 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #EB383D

Tints of Alizarin #EB383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

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

R = 66.76%
G = 15.91%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB383D (or 0xEB383D) is known color: Alizarin. HEX triplet: EB, 38 and 3D. RGB value is (235,56,61). Sum of RGB (Red+Green+Blue) = 235+56+61=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB383D is #14C7C2. Grayscale: #6E6E6E. Windows color (decimal): -1361859 or 4012267. OLE color: 4012267.

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

Color convert

RGB 235 56 61 -
CMYK 0 0.76 0.74 0.08
HSL 358.32º 0.82% 0.57% -
HSV(B) 358.32º 0.76% 0.92% -
XYZ 36.52 20.83 6.51 -
YUV 110.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 235 56 61 0 0.76 0.74 0.08 358.32 0.82 0.57
Hex EB 38 3D 0 4C 4A 8 166 52 39
Octal 353 70 75 0 114 112 10 546 122 71
Binary 11101011 111000 111101 0 1001100 1001010 1000 101100110 1010010 111001

Color Harmonies of #EB383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB383D

Black with #EB383D

Text Example


Text Example

White with #EB383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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