Html Css Color HEX #E13F2D Cinnabar

📋 copy color: '#E13F2D'

red 225 ◦ green 63 ◦ blue 45

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

Shades of Cinnabar #E13F2D

Tints of Cinnabar #E13F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 67.57%
G = 18.92%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E13F2D (or 0xE13F2D) is known color: Cinnabar. HEX triplet: E1, 3F and 2D. RGB value is (225,63,45). Sum of RGB (Red+Green+Blue) = 225+63+45=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F2D is #1EC0D2. Grayscale: #6D6D6D. Windows color (decimal): -2015443 or 2965473. OLE color: 2965473.

HSL color Cylindrical-coordinate representation of color #E13F2D: hue angle of 6º 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 #E13F2D is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 63 45 -
CMYK 0 0.72 0.8 0.12
HSL 0.75% 0.53% -
HSV(B) 0.8% 0.88% -
XYZ 33.3 19.75 4.54 -
YUV 109.39 91.67 210.46 -
System Red Green Blue C M Y K H S L
Decimal 225 63 45 0 0.72 0.8 0.12 6 0.75 0.53
Hex E1 3F 2D 0 48 50 C 6 4B 35
Octal 341 77 55 0 110 120 14 6 113 65
Binary 11100001 111111 101101 0 1001000 1010000 1100 110 1001011 110101

Color Harmonies of #E13F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F2D

Black with #E13F2D

Text Example


Text Example

White with #E13F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F2D; }

 p { color: rgb(225,63,45); }

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

background-color css

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

 a { background-color: rgb(225,63,45); }

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

border-color css

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

 span { border-color: rgb(225,63,45); }

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