Html Css Color HEX #EA321B Cinnabar

📋 copy color: '#EA321B'

red 234 ◦ green 50 ◦ blue 27

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

Shades of Cinnabar #EA321B

Tints of Cinnabar #EA321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 75.24%
G = 16.08%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA321B (or 0xEA321B) is known color: Cinnabar. HEX triplet: EA, 32 and 1B. RGB value is (234,50,27). Sum of RGB (Red+Green+Blue) = 234+50+27=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA321B is #15CDE4. Grayscale: #666666. Windows color (decimal): -1428965 or 1782506. OLE color: 1782506.

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

Color convert

RGB 234 50 27 -
CMYK 0 0.79 0.88 0.08
HSL 6.67º 0.83% 0.51% -
HSV(B) 6.67º 0.88% 0.92% -
XYZ 35.27 19.85 3.01 -
YUV 102.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 234 50 27 0 0.79 0.88 0.08 6.67 0.83 0.51
Hex EA 32 1B 0 4F 58 8 7 53 33
Octal 352 62 33 0 117 130 10 7 123 63
Binary 11101010 110010 11011 0 1001111 1011000 1000 111 1010011 110011

Color Harmonies of #EA321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA321B

Black with #EA321B

Text Example


Text Example

White with #EA321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA321B; }

 p { color: rgb(234,50,27); }

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

background-color css

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

 a { background-color: rgb(234,50,27); }

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

border-color css

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

 span { border-color: rgb(234,50,27); }

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