Html Css Color HEX #EA321D Cinnabar

📋 copy color: '#EA321D'

red 234 ◦ green 50 ◦ blue 29

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

Shades of Cinnabar #EA321D

Tints of Cinnabar #EA321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 74.76%
G = 15.97%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA321D (or 0xEA321D) is known color: Cinnabar. HEX triplet: EA, 32 and 1D. RGB value is (234,50,29). Sum of RGB (Red+Green+Blue) = 234+50+29=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA321D is #15CDE2. Grayscale: #666666. Windows color (decimal): -1428963 or 1913578. OLE color: 1913578.

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

Color convert

RGB 234 50 29 -
CMYK 0 0.79 0.88 0.08
HSL 6.15º 0.83% 0.52% -
HSV(B) 6.15º 0.88% 0.92% -
XYZ 35.29 19.86 3.14 -
YUV 102.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 234 50 29 0 0.79 0.88 0.08 6.15 0.83 0.52
Hex EA 32 1D 0 4F 58 8 6 53 34
Octal 352 62 35 0 117 130 10 6 123 64
Binary 11101010 110010 11101 0 1001111 1011000 1000 110 1010011 110100

Color Harmonies of #EA321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA321D

Black with #EA321D

Text Example


Text Example

White with #EA321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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