Html Css Color HEX #EA251F Cinnabar

📋 copy color: '#EA251F'

red 234 ◦ green 37 ◦ blue 31

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

Shades of Cinnabar #EA251F

Tints of Cinnabar #EA251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 77.48%
G = 12.25%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA251F (or 0xEA251F) is known color: Cinnabar. HEX triplet: EA, 25 and 1F. RGB value is (234,37,31). Sum of RGB (Red+Green+Blue) = 234+37+31=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA251F is #15DAE0. Grayscale: #5F5F5F. Windows color (decimal): -1432289 or 2041322. OLE color: 2041322.

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

Color convert

RGB 234 37 31 -
CMYK 0 0.84 0.87 0.08
HSL 1.77º 0.83% 0.52% -
HSV(B) 1.77º 0.87% 0.92% -
XYZ 34.84 18.91 3.11 -
YUV 95.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 234 37 31 0 0.84 0.87 0.08 1.77 0.83 0.52
Hex EA 25 1F 0 54 57 8 2 53 34
Octal 352 45 37 0 124 127 10 2 123 64
Binary 11101010 100101 11111 0 1010100 1010111 1000 10 1010011 110100

Color Harmonies of #EA251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA251F

Black with #EA251F

Text Example


Text Example

White with #EA251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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