Html Css Color HEX #EB461B Cinnabar

📋 copy color: '#EB461B'

red 235 ◦ green 70 ◦ blue 27

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

Shades of Cinnabar #EB461B

Tints of Cinnabar #EB461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 70.78%
G = 21.08%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB461B (or 0xEB461B) is known color: Cinnabar. HEX triplet: EB, 46 and 1B. RGB value is (235,70,27). Sum of RGB (Red+Green+Blue) = 235+70+27=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB461B is #14B9E4. Grayscale: #727272. Windows color (decimal): -1358309 or 1787627. OLE color: 1787627.

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

Color convert

RGB 235 70 27 -
CMYK 0 0.70 0.89 0.08
HSL 12.4º 0.84% 0.51% -
HSV(B) 12.4º 0.89% 0.92% -
XYZ 36.65 22.12 3.38 -
YUV 114.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 235 70 27 0 0.70 0.89 0.08 12.4 0.84 0.51
Hex EB 46 1B 0 46 59 8 C 54 33
Octal 353 106 33 0 106 131 10 14 124 63
Binary 11101011 1000110 11011 0 1000110 1011001 1000 1100 1010100 110011

Color Harmonies of #EB461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB461B

Black with #EB461B

Text Example


Text Example

White with #EB461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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