Html Css Color HEX #EA413D Cinnabar

📋 copy color: '#EA413D'

red 234 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #EA413D

Tints of Cinnabar #EA413D

RGB

 RED value IS 234 (91.8% from 255) = 65%

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

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

R = 65%
G = 18.06%
B = 16.94%

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

#EA413D (or 0xEA413D) is known color: Cinnabar. HEX triplet: EA, 41 and 3D. RGB value is (234,65,61). Sum of RGB (Red+Green+Blue) = 234+65+61=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA413D is #15BEC2. Grayscale: #737373. Windows color (decimal): -1425091 or 4014570. OLE color: 4014570.

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

Color convert

RGB 234 65 61 -
CMYK 0 0.72 0.74 0.08
HSL 1.39º 0.8% 0.58% -
HSV(B) 1.39º 0.74% 0.92% -
XYZ 36.66 21.61 6.65 -
YUV 115.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 234 65 61 0 0.72 0.74 0.08 1.39 0.8 0.58
Hex EA 41 3D 0 48 4A 8 1 50 3A
Octal 352 101 75 0 110 112 10 1 120 72
Binary 11101010 1000001 111101 0 1001000 1001010 1000 1 1010000 111010

Color Harmonies of #EA413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA413D

Black with #EA413D

Text Example


Text Example

White with #EA413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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