Html Css Color HEX #EA381D Cinnabar

📋 copy color: '#EA381D'

red 234 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #EA381D

Tints of Cinnabar #EA381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 73.35%
G = 17.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA381D (or 0xEA381D) is known color: Cinnabar. HEX triplet: EA, 38 and 1D. RGB value is (234,56,29). Sum of RGB (Red+Green+Blue) = 234+56+29=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA381D is #15C7E2. Grayscale: #6A6A6A. Windows color (decimal): -1427427 or 1915114. OLE color: 1915114.

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

Color convert

RGB 234 56 29 -
CMYK 0 0.76 0.88 0.08
HSL 7.9º 0.83% 0.52% -
HSV(B) 7.9º 0.88% 0.92% -
XYZ 35.57 20.41 3.23 -
YUV 106.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 234 56 29 0 0.76 0.88 0.08 7.9 0.83 0.52
Hex EA 38 1D 0 4C 58 8 8 53 34
Octal 352 70 35 0 114 130 10 10 123 64
Binary 11101010 111000 11101 0 1001100 1011000 1000 1000 1010011 110100

Color Harmonies of #EA381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA381D

Black with #EA381D

Text Example


Text Example

White with #EA381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA381D; }

 p { color: rgb(234,56,29); }

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

background-color css

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

 a { background-color: rgb(234,56,29); }

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

border-color css

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

 span { border-color: rgb(234,56,29); }

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