Html Css Color HEX #EA2D1F Cinnabar

📋 copy color: '#EA2D1F'

red 234 ◦ green 45 ◦ blue 31

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

Shades of Cinnabar #EA2D1F

Tints of Cinnabar #EA2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 75.48%
G = 14.52%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA2D1F (or 0xEA2D1F) is known color: Cinnabar. HEX triplet: EA, 2D and 1F. RGB value is (234,45,31). Sum of RGB (Red+Green+Blue) = 234+45+31=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D1F is #15D2E0. Grayscale: #646464. Windows color (decimal): -1430241 or 2043370. OLE color: 2043370.

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

Color convert

RGB 234 45 31 -
CMYK 0 0.81 0.87 0.08
HSL 4.14º 0.83% 0.52% -
HSV(B) 4.14º 0.87% 0.92% -
XYZ 35.12 19.47 3.2 -
YUV 99.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 234 45 31 0 0.81 0.87 0.08 4.14 0.83 0.52
Hex EA 2D 1F 0 51 57 8 4 53 34
Octal 352 55 37 0 121 127 10 4 123 64
Binary 11101010 101101 11111 0 1010001 1010111 1000 100 1010011 110100

Color Harmonies of #EA2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D1F

Black with #EA2D1F

Text Example


Text Example

White with #EA2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D1F; }

 p { color: rgb(234,45,31); }

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

background-color css

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

 a { background-color: rgb(234,45,31); }

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

border-color css

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

 span { border-color: rgb(234,45,31); }

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