Html Css Color HEX #E0403C Cinnabar

📋 copy color: '#E0403C'

red 224 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #E0403C

Tints of Cinnabar #E0403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 64.37%
G = 18.39%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0403C (or 0xE0403C) is known color: Cinnabar. HEX triplet: E0, 40 and 3C. RGB value is (224,64,60). Sum of RGB (Red+Green+Blue) = 224+64+60=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0403C is #1FBFC3. Grayscale: #6F6F6F. Windows color (decimal): -2080708 or 3948768. OLE color: 3948768.

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

Color convert

RGB 224 64 60 -
CMYK 0 0.71 0.73 0.12
HSL 1.46º 0.73% 0.56% -
HSV(B) 1.46º 0.73% 0.88% -
XYZ 33.39 19.84 6.34 -
YUV 111.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 224 64 60 0 0.71 0.73 0.12 1.46 0.73 0.56
Hex E0 40 3C 0 47 49 C 1 49 38
Octal 340 100 74 0 107 111 14 1 111 70
Binary 11100000 1000000 111100 0 1000111 1001001 1100 1 1001001 111000

Color Harmonies of #E0403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0403C

Black with #E0403C

Text Example


Text Example

White with #E0403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0403C; }

 p { color: rgb(224,64,60); }

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

background-color css

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

 a { background-color: rgb(224,64,60); }

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

border-color css

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

 span { border-color: rgb(224,64,60); }

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