Html Css Color HEX #EB4429 Cinnabar

📋 copy color: '#EB4429'

red 235 ◦ green 68 ◦ blue 41

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

Shades of Cinnabar #EB4429

Tints of Cinnabar #EB4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 68.31%
G = 19.77%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4429 (or 0xEB4429) is known color: Cinnabar. HEX triplet: EB, 44 and 29. RGB value is (235,68,41). Sum of RGB (Red+Green+Blue) = 235+68+41=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4429 is #14BBD6. Grayscale: #737373. Windows color (decimal): -1358807 or 2704619. OLE color: 2704619.

HSL color Cylindrical-coordinate representation of color #EB4429: hue angle of 8.35º 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 #EB4429 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 41 -
CMYK 0 0.71 0.83 0.08
HSL 8.35º 0.83% 0.54% -
HSV(B) 8.35º 0.83% 0.92% -
XYZ 36.73 21.96 4.4 -
YUV 114.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 235 68 41 0 0.71 0.83 0.08 8.35 0.83 0.54
Hex EB 44 29 0 47 53 8 8 53 36
Octal 353 104 51 0 107 123 10 10 123 66
Binary 11101011 1000100 101001 0 1000111 1010011 1000 1000 1010011 110110

Color Harmonies of #EB4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4429

Black with #EB4429

Text Example


Text Example

White with #EB4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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