Html Css Color HEX #E30D29 Crimson

📋 copy color: '#E30D29'

red 227 ◦ green 13 ◦ blue 41

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

Shades of Crimson #E30D29

Tints of Crimson #E30D29

RGB

 RED value IS 227 (89.06% from 255) = 80.78%

 GREEN value IS 13 (5.47% from 255) = 4.63%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 80.78%
G = 4.63%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E30D29 (or 0xE30D29) is known color: Crimson. HEX triplet: E3, 0D and 29. RGB value is (227,13,41). Sum of RGB (Red+Green+Blue) = 227+13+41=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D29 is #1CF2D6. Grayscale: #505050. Windows color (decimal): -1897175 or 2690531. OLE color: 2690531.

HSL color Cylindrical-coordinate representation of color #E30D29: hue angle of 352.15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D29 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 41 -
CMYK 0 0.94 0.82 0.11
HSL 352.15º 0.89% 0.47% -
HSV(B) 352.15º 0.94% 0.89% -
XYZ 32.22 16.78 3.64 -
YUV 80.18 105.9 232.72 -
System Red Green Blue C M Y K H S L
Decimal 227 13 41 0 0.94 0.82 0.11 352.15 0.89 0.47
Hex E3 D 29 0 5E 52 B 160 59 2F
Octal 343 15 51 0 136 122 13 540 131 57
Binary 11100011 1101 101001 0 1011110 1010010 1011 101100000 1011001 101111

Color Harmonies of #E30D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D29

Black with #E30D29

Text Example


Text Example

White with #E30D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D29; }

 p { color: rgb(227,13,41); }

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

background-color css

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

 a { background-color: rgb(227,13,41); }

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

border-color css

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

 span { border-color: rgb(227,13,41); }

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