Html Css Color HEX #EB5430 Cinnabar

📋 copy color: '#EB5430'

red 235 ◦ green 84 ◦ blue 48

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

Shades of Cinnabar #EB5430

Tints of Cinnabar #EB5430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 64.03%
G = 22.89%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB5430 (or 0xEB5430) is known color: Cinnabar. HEX triplet: EB, 54 and 30. RGB value is (235,84,48). Sum of RGB (Red+Green+Blue) = 235+84+48=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5430 is #14ABCF. Grayscale: #7D7D7D. Windows color (decimal): -1354704 or 3167467. OLE color: 3167467.

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

Color convert

RGB 235 84 48 -
CMYK 0 0.64 0.80 0.08
HSL 11.55º 0.82% 0.55% -
HSV(B) 11.55º 0.8% 0.92% -
XYZ 37.96 24.22 5.47 -
YUV 125.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 235 84 48 0 0.64 0.80 0.08 11.55 0.82 0.55
Hex EB 54 30 0 40 50 8 C 52 37
Octal 353 124 60 0 100 120 10 14 122 67
Binary 11101011 1010100 110000 0 1000000 1010000 1000 1100 1010010 110111

Color Harmonies of #EB5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5430

Black with #EB5430

Text Example


Text Example

White with #EB5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5430; }

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

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

background-color css

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

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

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

border-color css

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

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

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