Html Css Color HEX #EB4D3D Cinnabar

📋 copy color: '#EB4D3D'

red 235 ◦ green 77 ◦ blue 61

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

Shades of Cinnabar #EB4D3D

Tints of Cinnabar #EB4D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 63%
G = 20.64%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB4D3D (or 0xEB4D3D) is known color: Cinnabar. HEX triplet: EB, 4D and 3D. RGB value is (235,77,61). Sum of RGB (Red+Green+Blue) = 235+77+61=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D3D is #14B2C2. Grayscale: #7A7A7A. Windows color (decimal): -1356483 or 4017643. OLE color: 4017643.

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

Color convert

RGB 235 77 61 -
CMYK 0 0.67 0.74 0.08
HSL 5.52º 0.81% 0.58% -
HSV(B) 5.52º 0.74% 0.92% -
XYZ 37.76 23.31 6.92 -
YUV 122.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 235 77 61 0 0.67 0.74 0.08 5.52 0.81 0.58
Hex EB 4D 3D 0 43 4A 8 6 51 3A
Octal 353 115 75 0 103 112 10 6 121 72
Binary 11101011 1001101 111101 0 1000011 1001010 1000 110 1010001 111010

Color Harmonies of #EB4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D3D

Black with #EB4D3D

Text Example


Text Example

White with #EB4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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