Html Css Color HEX #EB461D Cinnabar

📋 copy color: '#EB461D'

red 235 ◦ green 70 ◦ blue 29

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

Shades of Cinnabar #EB461D

Tints of Cinnabar #EB461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 70.36%
G = 20.96%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB461D (or 0xEB461D) is known color: Cinnabar. HEX triplet: EB, 46 and 1D. RGB value is (235,70,29). Sum of RGB (Red+Green+Blue) = 235+70+29=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB461D is #14B9E2. Grayscale: #727272. Windows color (decimal): -1358307 or 1918699. OLE color: 1918699.

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

Color convert

RGB 235 70 29 -
CMYK 0 0.70 0.88 0.08
HSL 11.94º 0.84% 0.52% -
HSV(B) 11.94º 0.88% 0.92% -
XYZ 36.67 22.13 3.5 -
YUV 114.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 235 70 29 0 0.70 0.88 0.08 11.94 0.84 0.52
Hex EB 46 1D 0 46 58 8 C 54 34
Octal 353 106 35 0 106 130 10 14 124 64
Binary 11101011 1000110 11101 0 1000110 1011000 1000 1100 1010100 110100

Color Harmonies of #EB461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB461D

Black with #EB461D

Text Example


Text Example

White with #EB461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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