Html Css Color HEX #EA231F Cinnabar

📋 copy color: '#EA231F'

red 234 ◦ green 35 ◦ blue 31

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

Shades of Cinnabar #EA231F

Tints of Cinnabar #EA231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 78%
G = 11.67%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA231F (or 0xEA231F) is known color: Cinnabar. HEX triplet: EA, 23 and 1F. RGB value is (234,35,31). Sum of RGB (Red+Green+Blue) = 234+35+31=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231F is #15DCE0. Grayscale: #5E5E5E. Windows color (decimal): -1432801 or 2040810. OLE color: 2040810.

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

Color convert

RGB 234 35 31 -
CMYK 0 0.85 0.87 0.08
HSL 1.18º 0.83% 0.52% -
HSV(B) 1.18º 0.87% 0.92% -
XYZ 34.78 18.79 3.09 -
YUV 94.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 234 35 31 0 0.85 0.87 0.08 1.18 0.83 0.52
Hex EA 23 1F 0 55 57 8 1 53 34
Octal 352 43 37 0 125 127 10 1 123 64
Binary 11101010 100011 11111 0 1010101 1010111 1000 1 1010011 110100

Color Harmonies of #EA231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA231F

Black with #EA231F

Text Example


Text Example

White with #EA231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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