Html Css Color HEX #E13F3C Cinnabar

📋 copy color: '#E13F3C'

red 225 ◦ green 63 ◦ blue 60

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

Shades of Cinnabar #E13F3C

Tints of Cinnabar #E13F3C

RGB

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

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

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

R = 64.66%
G = 18.1%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E13F3C (or 0xE13F3C) is known color: Cinnabar. HEX triplet: E1, 3F and 3C. RGB value is (225,63,60). Sum of RGB (Red+Green+Blue) = 225+63+60=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F3C is #1EC0C3. Grayscale: #6F6F6F. Windows color (decimal): -2015428 or 3948513. OLE color: 3948513.

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

Color convert

RGB 225 63 60 -
CMYK 0 0.72 0.73 0.12
HSL 1.09º 0.73% 0.56% -
HSV(B) 1.09º 0.73% 0.88% -
XYZ 33.64 19.89 6.34 -
YUV 111.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 225 63 60 0 0.72 0.73 0.12 1.09 0.73 0.56
Hex E1 3F 3C 0 48 49 C 1 49 38
Octal 341 77 74 0 110 111 14 1 111 70
Binary 11100001 111111 111100 0 1001000 1001001 1100 1 1001001 111000

Color Harmonies of #E13F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F3C

Black with #E13F3C

Text Example


Text Example

White with #E13F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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