Html Css Color HEX #EB413D Cinnabar

📋 copy color: '#EB413D'

red 235 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #EB413D

Tints of Cinnabar #EB413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

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

R = 65.1%
G = 18.01%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB413D (or 0xEB413D) is known color: Cinnabar. HEX triplet: EB, 41 and 3D. RGB value is (235,65,61). Sum of RGB (Red+Green+Blue) = 235+65+61=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413D is #14BEC2. Grayscale: #737373. Windows color (decimal): -1359555 or 4014571. OLE color: 4014571.

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

Color convert

RGB 235 65 61 -
CMYK 0 0.72 0.74 0.08
HSL 1.38º 0.81% 0.58% -
HSV(B) 1.38º 0.74% 0.92% -
XYZ 36.99 21.78 6.67 -
YUV 115.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 235 65 61 0 0.72 0.74 0.08 1.38 0.81 0.58
Hex EB 41 3D 0 48 4A 8 1 51 3A
Octal 353 101 75 0 110 112 10 1 121 72
Binary 11101011 1000001 111101 0 1001000 1001010 1000 1 1010001 111010

Color Harmonies of #EB413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413D

Black with #EB413D

Text Example


Text Example

White with #EB413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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