Html Css Color HEX #EA4D25 Cinnabar

📋 copy color: '#EA4D25'

red 234 ◦ green 77 ◦ blue 37

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

Shades of Cinnabar #EA4D25

Tints of Cinnabar #EA4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

 BLUE value IS 37 (14.84% from 255) = 10.63%

R = 67.24%
G = 22.13%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4D25 (or 0xEA4D25) is known color: Cinnabar. HEX triplet: EA, 4D and 25. RGB value is (234,77,37). Sum of RGB (Red+Green+Blue) = 234+77+37=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D25 is #15B2DA. Grayscale: #777777. Windows color (decimal): -1422043 or 2444778. OLE color: 2444778.

HSL color Cylindrical-coordinate representation of color #EA4D25: hue angle of 12.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA4D25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 37 -
CMYK 0 0.67 0.84 0.08
HSL 12.18º 0.82% 0.53% -
HSV(B) 12.18º 0.84% 0.92% -
XYZ 36.92 22.93 4.23 -
YUV 119.38 81.51 209.75 -
System Red Green Blue C M Y K H S L
Decimal 234 77 37 0 0.67 0.84 0.08 12.18 0.82 0.53
Hex EA 4D 25 0 43 54 8 C 52 35
Octal 352 115 45 0 103 124 10 14 122 65
Binary 11101010 1001101 100101 0 1000011 1010100 1000 1100 1010010 110101

Color Harmonies of #EA4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D25

Black with #EA4D25

Text Example


Text Example

White with #EA4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D25; }

 p { color: rgb(234,77,37); }

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

background-color css

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

 a { background-color: rgb(234,77,37); }

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

border-color css

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

 span { border-color: rgb(234,77,37); }

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