Html Css Color HEX #EA4C3D Cinnabar

📋 copy color: '#EA4C3D'

red 234 ◦ green 76 ◦ blue 61

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

Shades of Cinnabar #EA4C3D

Tints of Cinnabar #EA4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 63.07%
G = 20.49%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA4C3D (or 0xEA4C3D) is known color: Cinnabar. HEX triplet: EA, 4C and 3D. RGB value is (234,76,61). Sum of RGB (Red+Green+Blue) = 234+76+61=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4C3D is #15B3C2. Grayscale: #797979. Windows color (decimal): -1422275 or 4017386. OLE color: 4017386.

HSL color Cylindrical-coordinate representation of color #EA4C3D: hue angle of 5.2º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA4C3D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 76 61 -
CMYK 0 0.68 0.74 0.08
HSL 5.2º 0.8% 0.58% -
HSV(B) 5.2º 0.74% 0.92% -
XYZ 37.36 23 6.88 -
YUV 121.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 234 76 61 0 0.68 0.74 0.08 5.2 0.8 0.58
Hex EA 4C 3D 0 44 4A 8 5 50 3A
Octal 352 114 75 0 104 112 10 5 120 72
Binary 11101010 1001100 111101 0 1000100 1001010 1000 101 1010000 111010

Color Harmonies of #EA4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C3D

Black with #EA4C3D

Text Example


Text Example

White with #EA4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C3D; }

 p { color: rgb(234,76,61); }

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

background-color css

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

 a { background-color: rgb(234,76,61); }

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

border-color css

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

 span { border-color: rgb(234,76,61); }

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