Html Css Color HEX #EB5434 Cinnabar

📋 copy color: '#EB5434'

red 235 ◦ green 84 ◦ blue 52

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

Shades of Cinnabar #EB5434

Tints of Cinnabar #EB5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 63.34%
G = 22.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB5434 (or 0xEB5434) is known color: Cinnabar. HEX triplet: EB, 54 and 34. RGB value is (235,84,52). Sum of RGB (Red+Green+Blue) = 235+84+52=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5434 is #14ABCB. Grayscale: #7D7D7D. Windows color (decimal): -1354700 or 3429611. OLE color: 3429611.

HSL color Cylindrical-coordinate representation of color #EB5434: hue angle of 10.49º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB5434 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 52 -
CMYK 0 0.64 0.78 0.08
HSL 10.49º 0.82% 0.56% -
HSV(B) 10.49º 0.78% 0.92% -
XYZ 38.05 24.25 5.92 -
YUV 125.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 235 84 52 0 0.64 0.78 0.08 10.49 0.82 0.56
Hex EB 54 34 0 40 4E 8 A 52 38
Octal 353 124 64 0 100 116 10 12 122 70
Binary 11101011 1010100 110100 0 1000000 1001110 1000 1010 1010010 111000

Color Harmonies of #EB5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5434

Black with #EB5434

Text Example


Text Example

White with #EB5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5434; }

 p { color: rgb(235,84,52); }

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

background-color css

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

 a { background-color: rgb(235,84,52); }

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

border-color css

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

 span { border-color: rgb(235,84,52); }

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