Html Css Color HEX #E6132B Crimson

📋 copy color: '#E6132B'

red 230 ◦ green 19 ◦ blue 43

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

Shades of Crimson #E6132B

Tints of Crimson #E6132B

RGB

 RED value IS 230 (90.23% from 255) = 78.77%

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 78.77%
G = 6.51%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6132B (or 0xE6132B) is known color: Crimson. HEX triplet: E6, 13 and 2B. RGB value is (230,19,43). Sum of RGB (Red+Green+Blue) = 230+19+43=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6132B is #19ECD4. Grayscale: #545454. Windows color (decimal): -1699029 or 2823142. OLE color: 2823142.

HSL color Cylindrical-coordinate representation of color #E6132B: hue angle of 353.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6132B is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 43 -
CMYK 0 0.92 0.81 0.10
HSL 353.18º 0.85% 0.49% -
HSV(B) 353.18º 0.92% 0.9% -
XYZ 33.3 17.46 3.9 -
YUV 84.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 230 19 43 0 0.92 0.81 0.10 353.18 0.85 0.49
Hex E6 13 2B 0 5C 51 A 161 55 31
Octal 346 23 53 0 134 121 12 541 125 61
Binary 11100110 10011 101011 0 1011100 1010001 1010 101100001 1010101 110001

Color Harmonies of #E6132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6132B

Black with #E6132B

Text Example


Text Example

White with #E6132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6132B; }

 p { color: rgb(230,19,43); }

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

background-color css

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

 a { background-color: rgb(230,19,43); }

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

border-color css

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

 span { border-color: rgb(230,19,43); }

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