Html Css Color HEX #EA482D Cinnabar

📋 copy color: '#EA482D'

red 234 ◦ green 72 ◦ blue 45

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

Shades of Cinnabar #EA482D

Tints of Cinnabar #EA482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 66.67%
G = 20.51%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA482D (or 0xEA482D) is known color: Cinnabar. HEX triplet: EA, 48 and 2D. RGB value is (234,72,45). Sum of RGB (Red+Green+Blue) = 234+72+45=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA482D is #15B7D2. Grayscale: #757575. Windows color (decimal): -1423315 or 2967786. OLE color: 2967786.

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

Color convert

RGB 234 72 45 -
CMYK 0 0.69 0.81 0.08
HSL 8.57º 0.82% 0.55% -
HSV(B) 8.57º 0.81% 0.92% -
XYZ 36.72 22.32 4.85 -
YUV 117.36 87.17 211.2 -
System Red Green Blue C M Y K H S L
Decimal 234 72 45 0 0.69 0.81 0.08 8.57 0.82 0.55
Hex EA 48 2D 0 45 51 8 9 52 37
Octal 352 110 55 0 105 121 10 11 122 67
Binary 11101010 1001000 101101 0 1000101 1010001 1000 1001 1010010 110111

Color Harmonies of #EA482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA482D

Black with #EA482D

Text Example


Text Example

White with #EA482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA482D; }

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

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

background-color css

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

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

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

border-color css

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

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

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