Html Css Color HEX #EA341F Cinnabar

📋 copy color: '#EA341F'

red 234 ◦ green 52 ◦ blue 31

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

Shades of Cinnabar #EA341F

Tints of Cinnabar #EA341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.78%

R = 73.82%
G = 16.4%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA341F (or 0xEA341F) is known color: Cinnabar. HEX triplet: EA, 34 and 1F. RGB value is (234,52,31). Sum of RGB (Red+Green+Blue) = 234+52+31=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA341F is #15CBE0. Grayscale: #686868. Windows color (decimal): -1428449 or 2045162. OLE color: 2045162.

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

Color convert

RGB 234 52 31 -
CMYK 0 0.78 0.87 0.08
HSL 6.21º 0.83% 0.52% -
HSV(B) 6.21º 0.87% 0.92% -
XYZ 35.41 20.05 3.3 -
YUV 104.02 86.8 220.71 -
System Red Green Blue C M Y K H S L
Decimal 234 52 31 0 0.78 0.87 0.08 6.21 0.83 0.52
Hex EA 34 1F 0 4E 57 8 6 53 34
Octal 352 64 37 0 116 127 10 6 123 64
Binary 11101010 110100 11111 0 1001110 1010111 1000 110 1010011 110100

Color Harmonies of #EA341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA341F

Black with #EA341F

Text Example


Text Example

White with #EA341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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