Html Css Color HEX #EB532C Cinnabar

📋 copy color: '#EB532C'

red 235 ◦ green 83 ◦ blue 44

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

Shades of Cinnabar #EB532C

Tints of Cinnabar #EB532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.93%

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 64.92%
G = 22.93%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB532C (or 0xEB532C) is known color: Cinnabar. HEX triplet: EB, 53 and 2C. RGB value is (235,83,44). Sum of RGB (Red+Green+Blue) = 235+83+44=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB532C is #14ACD3. Grayscale: #7C7C7C. Windows color (decimal): -1354964 or 2905067. OLE color: 2905067.

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

Color convert

RGB 235 83 44 -
CMYK 0 0.65 0.81 0.08
HSL 12.25º 0.83% 0.55% -
HSV(B) 12.25º 0.81% 0.92% -
XYZ 37.81 24.03 5.03 -
YUV 124 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 235 83 44 0 0.65 0.81 0.08 12.25 0.83 0.55
Hex EB 53 2C 0 41 51 8 C 53 37
Octal 353 123 54 0 101 121 10 14 123 67
Binary 11101011 1010011 101100 0 1000001 1010001 1000 1100 1010011 110111

Color Harmonies of #EB532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB532C

Black with #EB532C

Text Example


Text Example

White with #EB532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB532C; }

 p { color: rgb(235,83,44); }

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

background-color css

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

 a { background-color: rgb(235,83,44); }

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

border-color css

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

 span { border-color: rgb(235,83,44); }

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