Html Css Color HEX #EB441B Cinnabar

📋 copy color: '#EB441B'

red 235 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #EB441B

Tints of Cinnabar #EB441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 71.21%
G = 20.61%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB441B (or 0xEB441B) is known color: Cinnabar. HEX triplet: EB, 44 and 1B. RGB value is (235,68,27). Sum of RGB (Red+Green+Blue) = 235+68+27=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441B is #14BBE4. Grayscale: #717171. Windows color (decimal): -1358821 or 1787115. OLE color: 1787115.

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

Color convert

RGB 235 68 27 -
CMYK 0 0.71 0.89 0.08
HSL 11.83º 0.84% 0.51% -
HSV(B) 11.83º 0.89% 0.92% -
XYZ 36.53 21.88 3.33 -
YUV 113.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 235 68 27 0 0.71 0.89 0.08 11.83 0.84 0.51
Hex EB 44 1B 0 47 59 8 C 54 33
Octal 353 104 33 0 107 131 10 14 124 63
Binary 11101011 1000100 11011 0 1000111 1011001 1000 1100 1010100 110011

Color Harmonies of #EB441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB441B

Black with #EB441B

Text Example


Text Example

White with #EB441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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