Html Css Color HEX #EA3D1D Cinnabar

📋 copy color: '#EA3D1D'

red 234 ◦ green 61 ◦ blue 29

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

Shades of Cinnabar #EA3D1D

Tints of Cinnabar #EA3D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 72.22%
G = 18.83%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA3D1D (or 0xEA3D1D) is known color: Cinnabar. HEX triplet: EA, 3D and 1D. RGB value is (234,61,29). Sum of RGB (Red+Green+Blue) = 234+61+29=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3D1D is #15C2E2. Grayscale: #6D6D6D. Windows color (decimal): -1426147 or 1916394. OLE color: 1916394.

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

Color convert

RGB 234 61 29 -
CMYK 0 0.74 0.88 0.08
HSL 9.37º 0.83% 0.52% -
HSV(B) 9.37º 0.88% 0.92% -
XYZ 35.82 20.92 3.31 -
YUV 109.08 82.81 217.1 -
System Red Green Blue C M Y K H S L
Decimal 234 61 29 0 0.74 0.88 0.08 9.37 0.83 0.52
Hex EA 3D 1D 0 4A 58 8 9 53 34
Octal 352 75 35 0 112 130 10 11 123 64
Binary 11101010 111101 11101 0 1001010 1011000 1000 1001 1010011 110100

Color Harmonies of #EA3D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3D1D

Black with #EA3D1D

Text Example


Text Example

White with #EA3D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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