Html Css Color HEX #EB441E Cinnabar

📋 copy color: '#EB441E'

red 235 ◦ green 68 ◦ blue 30

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

Shades of Cinnabar #EB441E

Tints of Cinnabar #EB441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 70.57%
G = 20.42%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB441E (or 0xEB441E) is known color: Cinnabar. HEX triplet: EB, 44 and 1E. RGB value is (235,68,30). Sum of RGB (Red+Green+Blue) = 235+68+30=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441E is #14BBE1. Grayscale: #717171. Windows color (decimal): -1358818 or 1983723. OLE color: 1983723.

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

Color convert

RGB 235 68 30 -
CMYK 0 0.71 0.87 0.08
HSL 11.12º 0.84% 0.52% -
HSV(B) 11.12º 0.87% 0.92% -
XYZ 36.56 21.89 3.53 -
YUV 113.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 235 68 30 0 0.71 0.87 0.08 11.12 0.84 0.52
Hex EB 44 1E 0 47 57 8 B 54 34
Octal 353 104 36 0 107 127 10 13 124 64
Binary 11101011 1000100 11110 0 1000111 1010111 1000 1011 1010100 110100

Color Harmonies of #EB441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB441E

Black with #EB441E

Text Example


Text Example

White with #EB441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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