Html Css Color HEX #E13B2F Cinnabar

📋 copy color: '#E13B2F'

red 225 ◦ green 59 ◦ blue 47

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

Shades of Cinnabar #E13B2F

Tints of Cinnabar #E13B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 67.98%
G = 17.82%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E13B2F (or 0xE13B2F) is known color: Cinnabar. HEX triplet: E1, 3B and 2F. RGB value is (225,59,47). Sum of RGB (Red+Green+Blue) = 225+59+47=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B2F is #1EC4D0. Grayscale: #6B6B6B. Windows color (decimal): -2016465 or 3095521. OLE color: 3095521.

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

Color convert

RGB 225 59 47 -
CMYK 0 0.74 0.79 0.12
HSL 4.04º 0.75% 0.53% -
HSV(B) 4.04º 0.79% 0.88% -
XYZ 33.13 19.34 4.68 -
YUV 107.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 225 59 47 0 0.74 0.79 0.12 4.04 0.75 0.53
Hex E1 3B 2F 0 4A 4F C 4 4B 35
Octal 341 73 57 0 112 117 14 4 113 65
Binary 11100001 111011 101111 0 1001010 1001111 1100 100 1001011 110101

Color Harmonies of #E13B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B2F

Black with #E13B2F

Text Example


Text Example

White with #E13B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B2F; }

 p { color: rgb(225,59,47); }

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

background-color css

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

 a { background-color: rgb(225,59,47); }

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

border-color css

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

 span { border-color: rgb(225,59,47); }

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