Html Css Color HEX #E1431C Cinnabar

📋 copy color: '#E1431C'

red 225 ◦ green 67 ◦ blue 28

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

Shades of Cinnabar #E1431C

Tints of Cinnabar #E1431C

RGB

 RED value IS 225 (88.28% from 255) = 70.31%

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 70.31%
G = 20.94%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1431C (or 0xE1431C) is known color: Cinnabar. HEX triplet: E1, 43 and 1C. RGB value is (225,67,28). Sum of RGB (Red+Green+Blue) = 225+67+28=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1431C is #1EBCE3. Grayscale: #6E6E6E. Windows color (decimal): -2014436 or 1852385. OLE color: 1852385.

HSL color Cylindrical-coordinate representation of color #E1431C: hue angle of 11.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1431C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 28 -
CMYK 0 0.70 0.88 0.12
HSL 11.88º 0.78% 0.5% -
HSV(B) 11.88º 0.88% 0.88% -
XYZ 33.27 20.11 3.23 -
YUV 109.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 225 67 28 0 0.70 0.88 0.12 11.88 0.78 0.5
Hex E1 43 1C 0 46 58 C C 4E 32
Octal 341 103 34 0 106 130 14 14 116 62
Binary 11100001 1000011 11100 0 1000110 1011000 1100 1100 1001110 110010

Color Harmonies of #E1431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1431C

Black with #E1431C

Text Example


Text Example

White with #E1431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1431C; }

 p { color: rgb(225,67,28); }

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

background-color css

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

 a { background-color: rgb(225,67,28); }

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

border-color css

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

 span { border-color: rgb(225,67,28); }

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