Html Css Color HEX #DC132E Crimson

📋 copy color: '#DC132E'

red 220 ◦ green 19 ◦ blue 46

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

Shades of Crimson #DC132E

Tints of Crimson #DC132E

RGB

 RED value IS 220 (86.33% from 255) = 77.19%

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 77.19%
G = 6.67%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC132E (or 0xDC132E) is known color: Crimson. HEX triplet: DC, 13 and 2E. RGB value is (220,19,46). Sum of RGB (Red+Green+Blue) = 220+19+46=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC132E is #23ECD1. Grayscale: #525252. Windows color (decimal): -2354386 or 3019740. OLE color: 3019740.

HSL color Cylindrical-coordinate representation of color #DC132E: hue angle of 351.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 46 -
CMYK 0 0.91 0.79 0.14
HSL 351.94º 0.84% 0.47% -
HSV(B) 351.94º 0.91% 0.86% -
XYZ 30.24 15.88 4.06 -
YUV 82.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 220 19 46 0 0.91 0.79 0.14 351.94 0.84 0.47
Hex DC 13 2E 0 5B 4F E 160 54 2F
Octal 334 23 56 0 133 117 16 540 124 57
Binary 11011100 10011 101110 0 1011011 1001111 1110 101100000 1010100 101111

Color Harmonies of #DC132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC132E

Black with #DC132E

Text Example


Text Example

White with #DC132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC132E; }

 p { color: rgb(220,19,46); }

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

background-color css

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

 a { background-color: rgb(220,19,46); }

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

border-color css

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

 span { border-color: rgb(220,19,46); }

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