Html Css Color HEX #EA442D Cinnabar

📋 copy color: '#EA442D'

red 234 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #EA442D

Tints of Cinnabar #EA442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

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

R = 67.44%
G = 19.6%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA442D (or 0xEA442D) is known color: Cinnabar. HEX triplet: EA, 44 and 2D. RGB value is (234,68,45). Sum of RGB (Red+Green+Blue) = 234+68+45=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA442D is #15BBD2. Grayscale: #737373. Windows color (decimal): -1424339 or 2966762. OLE color: 2966762.

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

Color convert

RGB 234 68 45 -
CMYK 0 0.71 0.81 0.08
HSL 7.3º 0.82% 0.55% -
HSV(B) 7.3º 0.81% 0.92% -
XYZ 36.47 21.82 4.77 -
YUV 115.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 234 68 45 0 0.71 0.81 0.08 7.3 0.82 0.55
Hex EA 44 2D 0 47 51 8 7 52 37
Octal 352 104 55 0 107 121 10 7 122 67
Binary 11101010 1000100 101101 0 1000111 1010001 1000 111 1010010 110111

Color Harmonies of #EA442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA442D

Black with #EA442D

Text Example


Text Example

White with #EA442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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