Html Css Color HEX #EB411D Cinnabar

📋 copy color: '#EB411D'

red 235 ◦ green 65 ◦ blue 29

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

Shades of Cinnabar #EB411D

Tints of Cinnabar #EB411D

RGB

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

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

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

R = 71.43%
G = 19.76%
B = 8.81%

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

#EB411D (or 0xEB411D) is known color: Cinnabar. HEX triplet: EB, 41 and 1D. RGB value is (235,65,29). Sum of RGB (Red+Green+Blue) = 235+65+29=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB411D is #14BEE2. Grayscale: #707070. Windows color (decimal): -1359587 or 1917419. OLE color: 1917419.

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

Color convert

RGB 235 65 29 -
CMYK 0 0.72 0.88 0.08
HSL 10.49º 0.84% 0.52% -
HSV(B) 10.49º 0.88% 0.92% -
XYZ 36.37 21.53 3.4 -
YUV 111.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 235 65 29 0 0.72 0.88 0.08 10.49 0.84 0.52
Hex EB 41 1D 0 48 58 8 A 54 34
Octal 353 101 35 0 110 130 10 12 124 64
Binary 11101011 1000001 11101 0 1001000 1011000 1000 1010 1010100 110100

Color Harmonies of #EB411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB411D

Black with #EB411D

Text Example


Text Example

White with #EB411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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