Html Css Color HEX #EB411C Cinnabar

📋 copy color: '#EB411C'

red 235 ◦ green 65 ◦ blue 28

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

Shades of Cinnabar #EB411C

Tints of Cinnabar #EB411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 71.65%
G = 19.82%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB411C (or 0xEB411C) is known color: Cinnabar. HEX triplet: EB, 41 and 1C. RGB value is (235,65,28). Sum of RGB (Red+Green+Blue) = 235+65+28=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB411C is #14BEE3. Grayscale: #6F6F6F. Windows color (decimal): -1359588 or 1851883. OLE color: 1851883.

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

Color convert

RGB 235 65 28 -
CMYK 0 0.72 0.88 0.08
HSL 10.72º 0.84% 0.52% -
HSV(B) 10.72º 0.88% 0.92% -
XYZ 36.36 21.53 3.34 -
YUV 111.61 80.82 216.01 -
System Red Green Blue C M Y K H S L
Decimal 235 65 28 0 0.72 0.88 0.08 10.72 0.84 0.52
Hex EB 41 1C 0 48 58 8 B 54 34
Octal 353 101 34 0 110 130 10 13 124 64
Binary 11101011 1000001 11100 0 1001000 1011000 1000 1011 1010100 110100

Color Harmonies of #EB411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB411C

Black with #EB411C

Text Example


Text Example

White with #EB411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB411C; }

 p { color: rgb(235,65,28); }

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

background-color css

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

 a { background-color: rgb(235,65,28); }

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

border-color css

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

 span { border-color: rgb(235,65,28); }

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