Html Css Color HEX #EB513D Cinnabar

📋 copy color: '#EB513D'

red 235 ◦ green 81 ◦ blue 61

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

Shades of Cinnabar #EB513D

Tints of Cinnabar #EB513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 62.33%
G = 21.49%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB513D (or 0xEB513D) is known color: Cinnabar. HEX triplet: EB, 51 and 3D. RGB value is (235,81,61). Sum of RGB (Red+Green+Blue) = 235+81+61=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB513D is #14AEC2. Grayscale: #7C7C7C. Windows color (decimal): -1355459 or 4018667. OLE color: 4018667.

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

Color convert

RGB 235 81 61 -
CMYK 0 0.66 0.74 0.08
HSL 6.9º 0.81% 0.58% -
HSV(B) 6.9º 0.74% 0.92% -
XYZ 38.05 23.88 7.02 -
YUV 124.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 235 81 61 0 0.66 0.74 0.08 6.9 0.81 0.58
Hex EB 51 3D 0 42 4A 8 7 51 3A
Octal 353 121 75 0 102 112 10 7 121 72
Binary 11101011 1010001 111101 0 1000010 1001010 1000 111 1010001 111010

Color Harmonies of #EB513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB513D

Black with #EB513D

Text Example


Text Example

White with #EB513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB513D; }

 p { color: rgb(235,81,61); }

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

background-color css

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

 a { background-color: rgb(235,81,61); }

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

border-color css

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

 span { border-color: rgb(235,81,61); }

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