Html Css Color HEX #EB4129 Cinnabar

📋 copy color: '#EB4129'

red 235 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #EB4129

Tints of Cinnabar #EB4129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 68.91%
G = 19.06%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4129 (or 0xEB4129) is known color: Cinnabar. HEX triplet: EB, 41 and 29. RGB value is (235,65,41). Sum of RGB (Red+Green+Blue) = 235+65+41=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4129 is #14BED6. Grayscale: #717171. Windows color (decimal): -1359575 or 2703851. OLE color: 2703851.

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

Color convert

RGB 235 65 41 -
CMYK 0 0.72 0.83 0.08
HSL 7.42º 0.83% 0.54% -
HSV(B) 7.42º 0.83% 0.92% -
XYZ 36.55 21.6 4.34 -
YUV 113.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 235 65 41 0 0.72 0.83 0.08 7.42 0.83 0.54
Hex EB 41 29 0 48 53 8 7 53 36
Octal 353 101 51 0 110 123 10 7 123 66
Binary 11101011 1000001 101001 0 1001000 1010011 1000 111 1010011 110110

Color Harmonies of #EB4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4129

Black with #EB4129

Text Example


Text Example

White with #EB4129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4129; }

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

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

background-color css

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

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

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

border-color css

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

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

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