Html Css Color HEX #EB4C1D Cinnabar

📋 copy color: '#EB4C1D'

red 235 ◦ green 76 ◦ blue 29

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

Shades of Cinnabar #EB4C1D

Tints of Cinnabar #EB4C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 69.12%
G = 22.35%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB4C1D (or 0xEB4C1D) is known color: Cinnabar. HEX triplet: EB, 4C and 1D. RGB value is (235,76,29). Sum of RGB (Red+Green+Blue) = 235+76+29=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C1D is #14B3E2. Grayscale: #767676. Windows color (decimal): -1356771 or 1920235. OLE color: 1920235.

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

Color convert

RGB 235 76 29 -
CMYK 0 0.68 0.88 0.08
HSL 13.69º 0.84% 0.52% -
HSV(B) 13.69º 0.88% 0.92% -
XYZ 37.07 22.92 3.63 -
YUV 118.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 235 76 29 0 0.68 0.88 0.08 13.69 0.84 0.52
Hex EB 4C 1D 0 44 58 8 E 54 34
Octal 353 114 35 0 104 130 10 16 124 64
Binary 11101011 1001100 11101 0 1000100 1011000 1000 1110 1010100 110100

Color Harmonies of #EB4C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C1D

Black with #EB4C1D

Text Example


Text Example

White with #EB4C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C1D; }

 p { color: rgb(235,76,29); }

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

background-color css

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

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

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

border-color css

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

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

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