Html Css Color HEX #E13C2A Cinnabar

📋 copy color: '#E13C2A'

red 225 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #E13C2A

Tints of Cinnabar #E13C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 68.81%
G = 18.35%
B = 12.84%

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

#E13C2A (or 0xE13C2A) is known color: Cinnabar. HEX triplet: E1, 3C and 2A. RGB value is (225,60,42). Sum of RGB (Red+Green+Blue) = 225+60+42=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C2A is #1EC3D5. Grayscale: #6B6B6B. Windows color (decimal): -2016214 or 2768097. OLE color: 2768097.

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

Color convert

RGB 225 60 42 -
CMYK 0 0.73 0.81 0.12
HSL 5.9º 0.75% 0.52% -
HSV(B) 5.9º 0.81% 0.88% -
XYZ 33.09 19.41 4.19 -
YUV 107.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 225 60 42 0 0.73 0.81 0.12 5.9 0.75 0.52
Hex E1 3C 2A 0 49 51 C 6 4B 34
Octal 341 74 52 0 111 121 14 6 113 64
Binary 11100001 111100 101010 0 1001001 1010001 1100 110 1001011 110100

Color Harmonies of #E13C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C2A

Black with #E13C2A

Text Example


Text Example

White with #E13C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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