Html Css Color HEX #EB4A3E Cinnabar

📋 copy color: '#EB4A3E'

red 235 ◦ green 74 ◦ blue 62

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

Shades of Cinnabar #EB4A3E

Tints of Cinnabar #EB4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 63.34%
G = 19.95%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB4A3E (or 0xEB4A3E) is known color: Cinnabar. HEX triplet: EB, 4A and 3E. RGB value is (235,74,62). Sum of RGB (Red+Green+Blue) = 235+74+62=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A3E is #14B5C1. Grayscale: #787878. Windows color (decimal): -1357250 or 4082411. OLE color: 4082411.

HSL color Cylindrical-coordinate representation of color #EB4A3E: hue angle of 4.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB4A3E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 62 -
CMYK 0 0.69 0.74 0.08
HSL 4.16º 0.81% 0.58% -
HSV(B) 4.16º 0.74% 0.92% -
XYZ 37.58 22.91 7 -
YUV 120.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 235 74 62 0 0.69 0.74 0.08 4.16 0.81 0.58
Hex EB 4A 3E 0 45 4A 8 4 51 3A
Octal 353 112 76 0 105 112 10 4 121 72
Binary 11101011 1001010 111110 0 1000101 1001010 1000 100 1010001 111010

Color Harmonies of #EB4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A3E

Black with #EB4A3E

Text Example


Text Example

White with #EB4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A3E; }

 p { color: rgb(235,74,62); }

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

background-color css

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

 a { background-color: rgb(235,74,62); }

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

border-color css

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

 span { border-color: rgb(235,74,62); }

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