Html Css Color HEX #E13D2C Cinnabar

📋 copy color: '#E13D2C'

red 225 ◦ green 61 ◦ blue 44

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

Shades of Cinnabar #E13D2C

Tints of Cinnabar #E13D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 68.18%
G = 18.48%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E13D2C (or 0xE13D2C) is known color: Cinnabar. HEX triplet: E1, 3D and 2C. RGB value is (225,61,44). Sum of RGB (Red+Green+Blue) = 225+61+44=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D2C is #1EC2D3. Grayscale: #6C6C6C. Windows color (decimal): -2015956 or 2899425. OLE color: 2899425.

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

Color convert

RGB 225 61 44 -
CMYK 0 0.73 0.80 0.12
HSL 5.64º 0.75% 0.53% -
HSV(B) 5.64º 0.8% 0.88% -
XYZ 33.17 19.53 4.4 -
YUV 108.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 225 61 44 0 0.73 0.80 0.12 5.64 0.75 0.53
Hex E1 3D 2C 0 49 50 C 6 4B 35
Octal 341 75 54 0 111 120 14 6 113 65
Binary 11100001 111101 101100 0 1001001 1010000 1100 110 1001011 110101

Color Harmonies of #E13D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D2C

Black with #E13D2C

Text Example


Text Example

White with #E13D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D2C; }

 p { color: rgb(225,61,44); }

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

background-color css

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

 a { background-color: rgb(225,61,44); }

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

border-color css

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

 span { border-color: rgb(225,61,44); }

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