Html Css Color HEX #EB4141 Cinnabar

📋 copy color: '#EB4141'

red 235 ◦ green 65 ◦ blue 65

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

Shades of Cinnabar #EB4141

Tints of Cinnabar #EB4141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 64.38%
G = 17.81%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB4141 (or 0xEB4141) is known color: Cinnabar. HEX triplet: EB, 41 and 41. RGB value is (235,65,65). Sum of RGB (Red+Green+Blue) = 235+65+65=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4141 is #14BEBE. Grayscale: #747474. Windows color (decimal): -1359551 or 4276715. OLE color: 4276715.

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

Color convert

RGB 235 65 65 -
CMYK 0 0.72 0.72 0.08
HSL 0.81% 0.59% -
HSV(B) 0.72% 0.92% -
XYZ 37.11 21.82 7.26 -
YUV 115.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 235 65 65 0 0.72 0.72 0.08 0 0.81 0.59
Hex EB 41 41 0 48 48 8 0 51 3B
Octal 353 101 101 0 110 110 10 0 121 73
Binary 11101011 1000001 1000001 0 1001000 1001000 1000 0 1010001 111011

Color Harmonies of #EB4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4141

Black with #EB4141

Text Example


Text Example

White with #EB4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4141; }

 p { color: rgb(235,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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