Html Css Color HEX #E13C2B Cinnabar

📋 copy color: '#E13C2B'

red 225 ◦ green 60 ◦ blue 43

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

Shades of Cinnabar #E13C2B

Tints of Cinnabar #E13C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 68.6%
G = 18.29%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E13C2B (or 0xE13C2B) is known color: Cinnabar. HEX triplet: E1, 3C and 2B. RGB value is (225,60,43). Sum of RGB (Red+Green+Blue) = 225+60+43=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C2B is #1EC3D4. Grayscale: #6B6B6B. Windows color (decimal): -2016213 or 2833633. OLE color: 2833633.

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

Color convert

RGB 225 60 43 -
CMYK 0 0.73 0.81 0.12
HSL 5.6º 0.75% 0.53% -
HSV(B) 5.6º 0.81% 0.88% -
XYZ 33.1 19.41 4.29 -
YUV 107.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 225 60 43 0 0.73 0.81 0.12 5.6 0.75 0.53
Hex E1 3C 2B 0 49 51 C 6 4B 35
Octal 341 74 53 0 111 121 14 6 113 65
Binary 11100001 111100 101011 0 1001001 1010001 1100 110 1001011 110101

Color Harmonies of #E13C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C2B

Black with #E13C2B

Text Example


Text Example

White with #E13C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C2B; }

 p { color: rgb(225,60,43); }

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

background-color css

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

 a { background-color: rgb(225,60,43); }

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

border-color css

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

 span { border-color: rgb(225,60,43); }

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