Html Css Color HEX #EB441A Cinnabar

📋 copy color: '#EB441A'

red 235 ◦ green 68 ◦ blue 26

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

Shades of Cinnabar #EB441A

Tints of Cinnabar #EB441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 71.43%
G = 20.67%
B = 7.9%

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

#EB441A (or 0xEB441A) is known color: Cinnabar. HEX triplet: EB, 44 and 1A. RGB value is (235,68,26). Sum of RGB (Red+Green+Blue) = 235+68+26=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441A is #14BBE5. Grayscale: #717171. Windows color (decimal): -1358822 or 1721579. OLE color: 1721579.

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

Color convert

RGB 235 68 26 -
CMYK 0 0.71 0.89 0.08
HSL 12.06º 0.84% 0.51% -
HSV(B) 12.06º 0.89% 0.92% -
XYZ 36.51 21.87 3.27 -
YUV 113.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 235 68 26 0 0.71 0.89 0.08 12.06 0.84 0.51
Hex EB 44 1A 0 47 59 8 C 54 33
Octal 353 104 32 0 107 131 10 14 124 63
Binary 11101011 1000100 11010 0 1000111 1011001 1000 1100 1010100 110011

Color Harmonies of #EB441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB441A

Black with #EB441A

Text Example


Text Example

White with #EB441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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