Html Css Color HEX #EA341C Cinnabar

📋 copy color: '#EA341C'

red 234 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #EA341C

Tints of Cinnabar #EA341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 74.52%
G = 16.56%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA341C (or 0xEA341C) is known color: Cinnabar. HEX triplet: EA, 34 and 1C. RGB value is (234,52,28). Sum of RGB (Red+Green+Blue) = 234+52+28=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA341C is #15CBE3. Grayscale: #676767. Windows color (decimal): -1428452 or 1848554. OLE color: 1848554.

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

Color convert

RGB 234 52 28 -
CMYK 0 0.78 0.88 0.08
HSL 6.99º 0.83% 0.51% -
HSV(B) 6.99º 0.88% 0.92% -
XYZ 35.37 20.03 3.1 -
YUV 103.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 234 52 28 0 0.78 0.88 0.08 6.99 0.83 0.51
Hex EA 34 1C 0 4E 58 8 7 53 33
Octal 352 64 34 0 116 130 10 7 123 63
Binary 11101010 110100 11100 0 1001110 1011000 1000 111 1010011 110011

Color Harmonies of #EA341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA341C

Black with #EA341C

Text Example


Text Example

White with #EA341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA341C; }

 p { color: rgb(234,52,28); }

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

background-color css

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

 a { background-color: rgb(234,52,28); }

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

border-color css

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

 span { border-color: rgb(234,52,28); }

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