Html Css Color HEX #EA3B1D Cinnabar

📋 copy color: '#EA3B1D'

red 234 ◦ green 59 ◦ blue 29

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

Shades of Cinnabar #EA3B1D

Tints of Cinnabar #EA3B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

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

R = 72.67%
G = 18.32%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA3B1D (or 0xEA3B1D) is known color: Cinnabar. HEX triplet: EA, 3B and 1D. RGB value is (234,59,29). Sum of RGB (Red+Green+Blue) = 234+59+29=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B1D is #15C4E2. Grayscale: #6C6C6C. Windows color (decimal): -1426659 or 1915882. OLE color: 1915882.

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

Color convert

RGB 234 59 29 -
CMYK 0 0.75 0.88 0.08
HSL 8.78º 0.83% 0.52% -
HSV(B) 8.78º 0.88% 0.92% -
XYZ 35.72 20.71 3.28 -
YUV 107.91 83.48 217.94 -
System Red Green Blue C M Y K H S L
Decimal 234 59 29 0 0.75 0.88 0.08 8.78 0.83 0.52
Hex EA 3B 1D 0 4B 58 8 9 53 34
Octal 352 73 35 0 113 130 10 11 123 64
Binary 11101010 111011 11101 0 1001011 1011000 1000 1001 1010011 110100

Color Harmonies of #EA3B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B1D

Black with #EA3B1D

Text Example


Text Example

White with #EA3B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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