Html Css Color HEX #E0431F Cinnabar

📋 copy color: '#E0431F'

red 224 ◦ green 67 ◦ blue 31

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

Shades of Cinnabar #E0431F

Tints of Cinnabar #E0431F

RGB

 RED value IS 224 (87.89% from 255) = 69.57%

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

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

R = 69.57%
G = 20.81%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0431F (or 0xE0431F) is known color: Cinnabar. HEX triplet: E0, 43 and 1F. RGB value is (224,67,31). Sum of RGB (Red+Green+Blue) = 224+67+31=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0431F is #1FBCE0. Grayscale: #6E6E6E. Windows color (decimal): -2079969 or 2048992. OLE color: 2048992.

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

Color convert

RGB 224 67 31 -
CMYK 0 0.70 0.86 0.12
HSL 11.19º 0.76% 0.5% -
HSV(B) 11.19º 0.86% 0.88% -
XYZ 32.99 19.96 3.41 -
YUV 109.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 224 67 31 0 0.70 0.86 0.12 11.19 0.76 0.5
Hex E0 43 1F 0 46 56 C B 4C 32
Octal 340 103 37 0 106 126 14 13 114 62
Binary 11100000 1000011 11111 0 1000110 1010110 1100 1011 1001100 110010

Color Harmonies of #E0431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0431F

Black with #E0431F

Text Example


Text Example

White with #E0431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0431F; }

 p { color: rgb(224,67,31); }

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

background-color css

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

 a { background-color: rgb(224,67,31); }

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

border-color css

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

 span { border-color: rgb(224,67,31); }

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